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

[Visual Basic] Public Property SelectedObjectFontSize As Single
[C#] public float SelectedObjectFontSize {get; set;}

Property Value

A value representing the size of the font.
Default value is 0.

Explanation

The SelectedObjectFontSize property sets the size of the font used by the selected Text or Stamp object. The unit is pixels. This property is enabled when the selected object is the 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 0.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation