Gets or sets the size of the font.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string FontSize { get; set; }Public Property FontSize As String
Get
Set
public:
property String^ FontSize {
String^ get ();
void set (String^ value);
}member FontSize : string with get, set
Property Value
Type:
String
The size of the font.
See Also