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