PDFView4NET WPF Edition
BackColor Property (PDFFieldWidget)




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

Property Value

The color of widget's background.
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