This method moves the selected annotation object's Z-Order value back one.

[Visual Basic] Public Function MoveBackOne() As Boolean
[C#] public bool MoveBackOne();

Parameters

None

Return Value

Returns True if successful, otherwise returns False

Explanation

The MoveBackOne method moves the selected annotation object's Z-Order value back one. This method is enabled when the EditKind property has a value of KindOfEdit.Select and the object is selected. When multiple objects are displayed and this method is executed, the selected object's Z order value becomes smaller than the next object in the Z-Order and the object is "moved back one". To return an object that has been moved, right click the object and display the context menu, the select "Undo" or execute the Undo method and the object will be returned to its original Z order.

The MoveBackOne method can be executed using the context menu. Right click on the object to display the context menu and select "Move Back One". For more details about the context menu please refer to the ContextMenuEnable property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation