This property sets or retrieves the contents of an object's notes.

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

Property Value

The contents of an annotation object's notes (Type: string)

Default value is null (Nothing in Visual Basic)

Explanation

The Notes property sets or retrieves the contents of an object's note. Using this property, a note can be attached to each annotation object which can be used to store object specific information. The contents of the Notes property are not displayed and have no impact on the display of the object.  It is merely a convenient place to store information about a particular object.

Because the contents of the Notes property is a string, it is useful for storing a variety object specific information. There are no internal limits to the length of the string this property can accept.

To make changes to the contents of the Notes property after the object has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectNotes property. To display the value of the Notes property in an object's "Property" dialog, set the DialogNotesVisible property to True.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation