This property retrieves the font name used by the selected Text object.
[Visual Basic] Public ReadOnly Property
SelectedObjectFontName As String
[C#] public string SelectedObjectFontName
{get;}
Property Value
The string representing the font name used by the Text
object.
Default value is null (Nothing in Visual Basic).
Explanation
The SelectedObjectFontName property retrieves the font name used by the selected Text object. 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 null (Nothing in Visual Basic).
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit