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