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