AdapterFontWeight Property |
Gets or sets the font weight.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string FontWeight { get; set; }Public Property FontWeight As String
Get
Set
public:
property String^ FontWeight {
String^ get ();
void set (String^ value);
}member FontWeight : string with get, set
Property Value
String
The font weight.
See Also