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

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

Property Value

True: The font is underlined

False: The font is not underlined

Default value is False

Explanation

The FontUnderline property sets whether or not the font used is underlined. 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 SelectedObjectFontUnderline property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation