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