This property sets whether or not the font used is italics.

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

Property Value

True: The font is italics

False: The font is not italics

Default value is False

Explanation

The FontItalic property sets whether or not the font used is italics. Set this property before drawing the text.

To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectFontItalic property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation