INZOrderable Interface Members
In This Topic
The following tables list the members exposed by INZOrderable.
Public Properties
Public Methods
| Name | Description |
 | BringForward | Brings the node one position forward in the Z order |
 | BringToFront | Brings the node to front position in the Z order |
 | CanBringForward | Determines whether the node is not already at front position |
 | CanSendBackward | Determines whether the node is not already at back position |
 | SendBackward | Sends the node one position backward in the Z order |
 | SendToBack | Sends the node to back position in the Z order |
Top
See Also