ViewRelativeFontSizeMin 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? RelativeFontSizeMin { get; set; }Public Property RelativeFontSizeMin As Double?
Get
Set
public:
property Nullable<double> RelativeFontSizeMin {
Nullable<double> get ();
void set (Nullable<double> value);
}member RelativeFontSizeMin : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The minimum font size in em.
See Also