'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The minimum font size when auto font size is enabled")> Public Property AutoFontMinSize As Single
[DefaultValue(0)] [Description("The minimum font size when auto font size is enabled")] public float AutoFontMinSize { get; set; }
[DefaultValue(0)] [Description("The minimum font size when auto font size is enabled")] public: __property float get_AutoFontMinSize(); public: __property void set_AutoFontMinSize(
float value
);
[DefaultValue(0)] [Description("The minimum font size when auto font size is enabled")] public:
property float AutoFontMinSize { float get(); void set(float value); }
Property Value
0 - minimum font size is not used; any positive value - minimum font size is used.
Default value is 0.
Default value is 0.