Class ZOrderUpdate
Specifies relative Z-order movement.
Inheritance
System.Object
ZOrderUpdate
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class ZOrderUpdate : Enum
Fields
Back
Move to back of Z-order.
Declaration
public const ZOrderUpdate Back
Field Value
| Type |
|---|
| ZOrderUpdate |
Backward
Move backward in Z-order by 1.
Declaration
public const ZOrderUpdate Backward
Field Value
| Type |
|---|
| ZOrderUpdate |
Forward
Move forward in Z-order by 1.
Declaration
public const ZOrderUpdate Forward
Field Value
| Type |
|---|
| ZOrderUpdate |
Front
Move to front of Z-order.
Declaration
public const ZOrderUpdate Front
Field Value
| Type |
|---|
| ZOrderUpdate |
Set
Sets specified Z-order.
Declaration
public const ZOrderUpdate Set
Field Value
| Type |
|---|
| ZOrderUpdate |