'Declaration <DescriptionAttribute("The minimum font size when auto font size is enabled")> <DefaultValueAttribute(0)> Public Property AutoFontMinSize As Single
[Description("The minimum font size when auto font size is enabled")] [DefaultValue(0)] public float AutoFontMinSize { get; set; }
[Description("The minimum font size when auto font size is enabled")] [DefaultValue(0)] public: __property float get_AutoFontMinSize(); public: __property void set_AutoFontMinSize(
float value
);
[Description("The minimum font size when auto font size is enabled")] [DefaultValue(0)] 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.