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