'Declaration <DescriptionAttribute("The maximum font size when auto font size is enabled")> <DefaultValueAttribute(0)> Public Overridable Property AutoFontMaxSize As Single
[Description("The maximum font size when auto font size is enabled")] [DefaultValue(0)] public virtual float AutoFontMaxSize { get; set; }
[Description("The maximum font size when auto font size is enabled")] [DefaultValue(0)] public: __property virtual float get_AutoFontMaxSize(); public: __property virtual void set_AutoFontMaxSize(
float value
);
[Description("The maximum font size when auto font size is enabled")] [DefaultValue(0)] public:
virtual property float AutoFontMaxSize { float get(); void set(float value); }
Property Value
0 - максимальный размер шрифта не используется; любое положительное значение - используется максимальный размер шрифта.
Значение по умолчанию: 0.
Значение по умолчанию: 0.