PDFView4NET WinForms Edition
BorderColor Property (PDFFieldWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : BorderColor Property
Gets or sets the widget's border color.
Syntax
'Declaration
 
Public Property BorderColor As PDFDeviceColor
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFDeviceColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public PDFDeviceColor BorderColor {get; set;}
public: __property PDFDeviceColor* get_BorderColor();
public: __property void set_BorderColor( 
   PDFDeviceColor* value
);
public:
property PDFDeviceColor^ BorderColor {
   PDFDeviceColor^ get();
   void set (    PDFDeviceColor^ value);
}

Property Value

The color of widget's border.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFieldWidget Class
PDFFieldWidget Members