'Declaration <DescriptionAttribute("A brush of this polygon.")> Public Property Brush As Vintasoft.Imaging.Pdf.Drawing.PdfBrush
[Description("A brush of this polygon.")] public Vintasoft.Imaging.Pdf.Drawing.PdfBrush Brush { get; set; }
[Description("A brush of this polygon.")] public: __property Vintasoft.Imaging.Pdf.Drawing.PdfBrush* get_Brush(); public: __property void set_Brush(
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* value
);
[Description("A brush of this polygon.")] public:
property Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ Brush { Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ value); }