Gets the Z-order of the view value.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected int GetZOrder(
	XViewport value
)

Parameters

value
Type: SGP.XSpace..::.XViewport
The XViewport view.

Return Value

Returns the Z-order position.

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

ExceptionCondition
System..::.ArgumentNullException value is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also