This property retrieves whether or not the text in the selected object uses an underline.
[Visual Basic] Public ReadOnly Property
SelectedObjectFontUnderline As Boolean
[C#] public bool SelectedObjectFontUnderline
{get;}
Property Value
True: The text uses an underline
False: The text does not use an underline
Default value is False.
Explanation
The SelectedObjectFontUnderline property retrieves whether or not the text in the selected object uses an underline.
This property is only 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 False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit