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