This property retrieves the type of the object that is selected.

[Visual Basic] Public ReadOnly Property SelectedObjectKind As KindOfEdit
[C#] public KindOfEdit SelectedObjectKind {get;}

Property Value

A value of type KindOfEdit

Explanation

The SelectedObjectKind property retrieves the type of the object that is selected.

When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is KindOfEdit.None.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation