'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the top edge of smooth edge bars and cut edge bars.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property HasTopEdge As System.Boolean
'Usage
Dim instance As NBarSeriesBase Dim value As System.Boolean instance.HasTopEdge = value value = instance.HasTopEdge
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the visibility of the top edge of smooth edge bars and cut edge bars.")] [System.ComponentModel.DefaultValue(true)] public System.bool HasTopEdge {get; set;}