'Declaration
Public Property DownAppearance As PDFAnnotationAppearance
'Usage
Dim instance As PDFPushButtonWidget Dim value As PDFAnnotationAppearance instance.DownAppearance = value value = instance.DownAppearance
public PDFAnnotationAppearance DownAppearance {get; set;}
public: __property PDFAnnotationAppearance* get_DownAppearance(); public: __property void set_DownAppearance( PDFAnnotationAppearance* value );
public: property PDFAnnotationAppearance^ DownAppearance { PDFAnnotationAppearance^ get(); void set ( PDFAnnotationAppearance^ value); }