This property sets whether or not the font for the text of the selected Text or Stamp object is italics.

[Visual Basic] Public Property SelectedObjectFontItalic As Boolean
[C#] public bool SelectedObjectFontItalic {get; set;}

Property Value

True: The font of the selected Text or Stamp object is italics
False: The font of the selected Text or Stamp object is not italics
Default value is False.

Explanation

The SelectedObjectFontItalic property sets whether or not the font for the text of the selected Text or Stamp object is italics.

This property is only enabled when the selected object is a Text and Stamp object.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Text or Stamp object, this property value is False.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation