'Declaration <DescriptionAttribute("The font brush of annotation.")> Public Property FontBrush As Vintasoft.Imaging.Annotation.AnnotationBrushBase
[Description("The font brush of annotation.")] public Vintasoft.Imaging.Annotation.AnnotationBrushBase FontBrush { get; set; }
[Description("The font brush of annotation.")] public: __property Vintasoft.Imaging.Annotation.AnnotationBrushBase* get_FontBrush(); public: __property void set_FontBrush(
Vintasoft.Imaging.Annotation.AnnotationBrushBase* value
);
[Description("The font brush of annotation.")] public:
property Vintasoft.Imaging.Annotation.AnnotationBrushBase^ FontBrush { Vintasoft.Imaging.Annotation.AnnotationBrushBase^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationBrushBase^ value); }