'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the Z order of the node shadows")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ShadowsZOrder As ShadowsZOrder
'Usage
Dim instance As NDrawingDocument Dim value As ShadowsZOrder instance.ShadowsZOrder = value value = instance.ShadowsZOrder
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the Z order of the node shadows")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ShadowsZOrder ShadowsZOrder {get; set;}