'Declaration Public Property Colors As PdfPresentationColors
public PdfPresentationColors Colors { get; set; }
public: __property PdfPresentationColors* get_Colors(); public: __property void set_Colors(
PdfPresentationColors* value
);
public:
property PdfPresentationColors^ Colors { PdfPresentationColors^ get(); void set(PdfPresentationColors^ value); }