Enum ElementZOrder
Defines a sequence of element enumeration
Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms.dll
Syntax
public enum ElementZOrder
Fields
Name | Description |
---|---|
BottomToTop | Used for painting, bottom -> top |
TopToBottom | This is used for mouse events, top -> bottom |