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