This property sets the font name used to draw text.

[Visual Basic] Public Property FontName As String
[C#] public string FontName {get; set;}

Property Value

The string denoting the font name.

Default value is "Arial"

Explanation

The FontName property sets the font name used to draw text. 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 SelectedObjectFontName property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation