Enum ZOrderUpdate
Specifies relative Z-order movement.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum ZOrderUpdate
Fields
Name | Description |
---|---|
Back | Move to back of Z-order. |
Backward | Move backward in Z-order by 1. |
Forward | Move forward in Z-order by 1. |
Front | Move to front of Z-order. |
Set | Sets specified Z-order. |