PDFView4NET WinForms Edition
Appearance Property (PDFCheckWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : Appearance Property
Gets or sets the widget appearance.
Syntax
'Declaration
 
Public Shadows Property Appearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFCheckWidget
Dim value As PDFAnnotationAppearance
 
instance.Appearance = value
 
value = instance.Appearance
public new PDFAnnotationAppearance Appearance {get; set;}
public: __property new PDFAnnotationAppearance* get_Appearance();
public: __property new void set_Appearance( 
   PDFAnnotationAppearance* value
);
public:
new property PDFAnnotationAppearance^ Appearance {
   PDFAnnotationAppearance^ get();
   void set (    PDFAnnotationAppearance^ value);
}

Property Value

The normal appearance of the field widget.
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

PDFCheckWidget Class
PDFCheckWidget Members