| PdfControlOriginalBackgroundColor Property |
Gets the color of the control's background as an array of color components.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float[] OriginalBackgroundColor { get; }
Public ReadOnly Property OriginalBackgroundColor As Single()
Get
public:
property array<float>^ OriginalBackgroundColor {
array<float>^ get ();
}
member OriginalBackgroundColor : float32[] with get
/** @property */
public float[] get_OriginalBackgroundColor()
function get_OriginalBackgroundColor();
Property Value
SingleSee Also