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

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

Property Value

True: The font is bold

False: The font is not bold

Default value is False

Explanation

The FontBold property sets whether or not the font used is bold. 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 SelectedObjectFontBold property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation