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