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 the image.

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 execute the SetSelectedObjectFont method.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation