'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")> <System.ComponentModel.DefaultValueAttribute(70)> Public Property WidthPercent As System.Single
'Usage
Dim instance As NBarSeriesBase Dim value As System.Single instance.WidthPercent = value value = instance.WidthPercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the width of the bars in percents of the floor grid cell width.")] [System.ComponentModel.DefaultValue(70)] public System.float WidthPercent {get; set;}