Gets or sets the font variant.
            
 
    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 FontVariant { get; set; }Public Property FontVariant As String
	Get
	Set
public:
property String^ FontVariant {
	String^ get ();
	void set (String^ value);
}member FontVariant : string with get, set
Property Value
Type: 
String
            The font variant.
            
See Also