PDFView4NET WPF Edition
Appearance Property (PDFFieldWidget)




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

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

PDFFieldWidget Class
PDFFieldWidget Members