ViewRelativeFontSizeMax Property |
Gets or sets the minimum font size relative font size is limited to.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic double? RelativeFontSizeMax { get; set; }Public Property RelativeFontSizeMax As Double?
Get
Set
public:
property Nullable<double> RelativeFontSizeMax {
Nullable<double> get ();
void set (Nullable<double> value);
}member RelativeFontSizeMax : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The max font size in em.
See Also