| PdfControlBorderColor Property |
Gets or sets the color of the control's border.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_COLOR BorderColor { get; set; }
Public Property BorderColor As FS_COLOR
Get
Set
public:
property FS_COLOR BorderColor {
FS_COLOR get ();
void set (FS_COLOR value);
}
member BorderColor : FS_COLOR with get, set
/** @property */
public FS_COLOR get_BorderColor()
/** @property */
public void set_BorderColor(FS_COLOR value)
function get_BorderColor();
function set_BorderColor(value);
Property Value
FS_COLOR
After changing this property, you must call the
ResetAppearance method for the changes to take effect.
See Also