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

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

Parameters

None

Return Value

Returns True if successful, otherwise returns False

Explanation

The MoveForwardOne method moves the selected annotation object's Z-Order value forward 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 larger than the next object in the Z-Order and the object is "moved forward 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 MoveForwardOne method can be executed using the context menu. Right click on the object to display the context menu and select "Move Forward 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