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