'Declaration
Public Property UncheckedDownAppearance As PDFAnnotationAppearance
'Usage
Dim instance As PDFCheckWidget Dim value As PDFAnnotationAppearance instance.UncheckedDownAppearance = value value = instance.UncheckedDownAppearance
public PDFAnnotationAppearance UncheckedDownAppearance {get; set;}
public: __property PDFAnnotationAppearance* get_UncheckedDownAppearance(); public: __property void set_UncheckedDownAppearance( PDFAnnotationAppearance* value );
public: property PDFAnnotationAppearance^ UncheckedDownAppearance { PDFAnnotationAppearance^ get(); void set ( PDFAnnotationAppearance^ value); }