This property sets the content of the note for the selected object.

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

Property Value

The string representing the contents of the selected object's note
Default value is null (Nothing in Visual Basic)

Explanation

The SelectedObjectNotes property sets the content of the note for the selected object. This property is only enabled when object has been selected.

When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, 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