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