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