'Declaration <DefaultValueAttribute()> <CategoryAttribute("Options")> <DescriptionAttribute("Controls the depth of the high low area in percents of the floor grid cell depth.")> Public Property DepthPercent As Integer
'Usage Dim instance As HighLowSeries Dim value As Integer instance.DepthPercent = value value = instance.DepthPercent
[DefaultValue()] [Category("Options")] [Description("Controls the depth of the high low area in percents of the floor grid cell depth.")] public int DepthPercent {get; set;}