This property retrieves whether or not the font for the text of the selected object is italics.
[Visual Basic] Public ReadOnly Property
SelectedObjectFontItalic As Boolean
[C#] public bool SelectedObjectFontItalic
{get;}
Property Value
True: The font is italics
False: The font is not italics
Default value is False.
Explanation
The SelectedObjectFontItalic property retrieves whether or not the font for the text of the selected object is italics.
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