'Declaration <DefaultValueAttribute(0)> <CategoryAttribute("Font")> <DescriptionAttribute("Maximum font size when font size must be calculated automatically.")> Public Property AutoFontSizeMaxValue As Single
[DefaultValue(0)] [Category("Font")] [Description("Maximum font size when font size must be calculated automatically.")] public float AutoFontSizeMaxValue { get; set; }
[DefaultValue(0)] [Category("Font")] [Description("Maximum font size when font size must be calculated automatically.")] public: __property float get_AutoFontSizeMaxValue(); public: __property void set_AutoFontSizeMaxValue(
float value
);
[DefaultValue(0)] [Category("Font")] [Description("Maximum font size when font size must be calculated automatically.")] public:
property float AutoFontSizeMaxValue { float get(); void set(float value); }
Property Value
Default value is 0.
0 - maximum font size is not specified.
0 - maximum font size is not specified.