ImageGear .NET - Updated October 26, 2017
FontSize Property (ImGearARTTypedText)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTTypedText Class : FontSize Property
Gets or sets the font size of the text.
Syntax
'Declaration
 
Public Property FontSize As Single
 
'Usage
 
Dim instance As ImGearARTTypedText
Dim value As Single
 
instance.FontSize = value
 
value = instance.FontSize

Property Value

Any positive float value.
Remarks
The font size is measured in points.
See Also

Reference

ImGearARTTypedText Class
ImGearARTTypedText Members