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