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