PDFView4NET WinForms Edition
BorderWidth Property (PDFFieldWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : BorderWidth Property
Gets or sets the widget's border width.
Syntax
'Declaration
 
Public Property BorderWidth As Double
'Usage
 
Dim instance As PDFFieldWidget
Dim value As Double
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public double BorderWidth {get; set;}
public: __property double get_BorderWidth();
public: __property void set_BorderWidth( 
   double value
);
public:
property double BorderWidth {
   double get();
   void set (    double value);
}

Property Value

The width 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