ViewDataFontWeight Property  | 
 
            Gets or sets the font weight.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "fontWeight", EmitDefaultValue = false)]
public string FontWeight { get; set; }<DataMemberAttribute(Name := "fontWeight", EmitDefaultValue := false)>
Public Property FontWeight As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"fontWeight", EmitDefaultValue = false)]
property String^ FontWeight {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "fontWeight", EmitDefaultValue = false)>]
member FontWeight : string with get, set
Property Value
Type: 
String
            The font weight.
            
See Also