'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the ZOrder of the node")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property ZOrder As System.Integer
'Usage
Dim instance As NDiagramNode Dim value As System.Integer instance.ZOrder = value value = instance.ZOrder
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the ZOrder of the node")] [System.Xml.Serialization.XmlIgnore()] public virtual System.int ZOrder {get; set;}