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