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