'Declaration <DescriptionAttribute("Text font of highlighted annotation.")> Public Property HighlightedFont As Vintasoft.Imaging.Annotation.AnnotationFont
[Description("Text font of highlighted annotation.")] public Vintasoft.Imaging.Annotation.AnnotationFont HighlightedFont { get; set; }
[Description("Text font of highlighted annotation.")] public: __property Vintasoft.Imaging.Annotation.AnnotationFont* get_HighlightedFont(); public: __property void set_HighlightedFont(
Vintasoft.Imaging.Annotation.AnnotationFont* value
);
[Description("Text font of highlighted annotation.")] public:
property Vintasoft.Imaging.Annotation.AnnotationFont^ HighlightedFont { Vintasoft.Imaging.Annotation.AnnotationFont^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationFont^ value); }