PDFView4NET WinForms Edition
BorderStyle Property (PDFFieldWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : BorderStyle Property
Gets or sets the widget's border style.
Syntax
'Declaration
 
Public Property BorderStyle As PDFBorderStyle
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFBorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public PDFBorderStyle BorderStyle {get; set;}
public: __property PDFBorderStyle get_BorderStyle();
public: __property void set_BorderStyle( 
   PDFBorderStyle value
);
public:
property PDFBorderStyle BorderStyle {
   PDFBorderStyle get();
   void set (    PDFBorderStyle value);
}

Property Value

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