'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 - максимальный размер шрифта не используется; любое положительное значение - используется максимальный размер шрифта.
Значение по умолчанию - 0.
Значение по умолчанию - 0.