Gets the Z-Order for the element.
'Declaration
Public ReadOnly Property ZOrder As Integer
'Usage
Dim instance As Element
Dim value As Integer
value = instance.ZOrder
public: __property int get_ZOrder();
public:
property int ZOrder {
int get();
}
Property Value
The integer value which represents the Z-Order for the element.