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