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