'Declaration
<System.ComponentModel.CategoryAttribute("NSize")> <System.ComponentModel.DescriptionAttribute("When set to true the component automatically determines the marker depth")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AutoDepth As System.Boolean
'Usage
Dim instance As NMarkerStyle Dim value As System.Boolean instance.AutoDepth = value value = instance.AutoDepth
[System.ComponentModel.Category("NSize")] [System.ComponentModel.Description("When set to true the component automatically determines the marker depth")] [System.ComponentModel.DefaultValue(true)] public System.bool AutoDepth {get; set;}