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