'Declaration Public Property FocusedPageAppearance As DocumentPageAppearance
public DocumentPageAppearance FocusedPageAppearance { get; set; }
public: __property DocumentPageAppearance* get_FocusedPageAppearance(); public: __property void set_FocusedPageAppearance(
DocumentPageAppearance* value
);
public:
property DocumentPageAppearance^ FocusedPageAppearance { DocumentPageAppearance^ get(); void set(DocumentPageAppearance^ value); }