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