'Declaration <DescriptionAttribute("A text brush.")> Public Property TextBrush As Vintasoft.Imaging.Pdf.Drawing.PdfBrush
[Description("A text brush.")] public Vintasoft.Imaging.Pdf.Drawing.PdfBrush TextBrush { get; set; }
[Description("A text brush.")] public: __property Vintasoft.Imaging.Pdf.Drawing.PdfBrush* get_TextBrush(); public: __property void set_TextBrush(
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* value
);
[Description("A text brush.")] public:
property Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ TextBrush { Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ value); }