This property sets the font name used by the selected Text or Stamp object.

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

Property Value

The string representing the font name used by the Text or Stamp object.
Default value is null (Nothing in Visual Basic).

Explanation

The SelectedObjectFontName property sets the font name used by the selected Text or Stamp object. This property is enabled when the selected object is a Text or Stamp object.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Text or Stamp object, this property value is null (Nothing in Visual Basic).

Also See

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

 

The ImageKit WPF is created by Newtone Corporation