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