FontWeight Property (TextBoxStyleContent)
In This Topic
Gets or sets the font weight of the text.
Syntax
'Declaration
Public Property FontWeight As String
public string FontWeight {get; set;}
Property Value
The font weight of the text as a
System.String.
See Also