[Visual
Basic] imagekitcontrolname.Edit.FontSize
[ = Integer ]
[Visual
C++] [short =
]imagekitcontrolname.GetEdit().GetFontSize()
imagekitcontrolname.GetEdit().SetFontSize(short Val)
imagekitcontrolname.GetEdit().SetFontSize(short Val)
Property Value
The font size (in points)Explanation
The FontSize property sets the size of the font used when drawing text with the image editing toolbar. This property is enabled when the image editing toolbar is used to draw text.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.