Sets the Z-order of the view value.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] protected void SetZOrder( XViewport value, int zOrder ) |
Parameters
- value
- Type: SGP.XSpace..::.XViewport
The XViewport view.
- zOrder
- Type: System..::.Int32
New position in the Z-order.
Remarks
The Z-order position defines the depth of the view. During the drawing, the view with Z-order = 0 is drawn first and the Z-order number is successively increased. The view with the highest value is drawn last and superimposes the other views below it.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | value is nullNothingnullptra null reference (Nothing in Visual Basic). |