This property retrieves the size of the font used by the selected Text object.
[Visual Basic] Public ReadOnly Property
SelectedObjectFontSize As Single
[C#] public float SelectedObjectFontSize
{get;}
Property Value
A value representing the size of the font. (In C#, this value is
a float. In VB, this value is a single)
Default value is 0.
Explanation
The SelectedObjectFontSize property retrieves the size of the font used by the selected Text object. The unit is point (1/72 inch). This property is enabled when the selected object is the Text object.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is 0.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit