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