'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation's font size depends on the annotation size.")> Public Overridable Property AutoFontSize As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation's font size depends on the annotation size.")] public virtual bool AutoFontSize { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation's font size depends on the annotation size.")] public: __property virtual bool get_AutoFontSize(); public: __property virtual void set_AutoFontSize(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation's font size depends on the annotation size.")] public:
virtual property bool AutoFontSize { bool get(); void set(bool value); }
Property Value
Default value is false.