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