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