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 (8.0.2.1001)
Syntaxpublic Nullable<double> RelativeFontSizeMin { get; set; }Public Property RelativeFontSizeMin As Nullable(Of 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