'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the style of the line segments.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property LineSegmentShape As LineSegmentShape
'Usage
Dim instance As NStepLineSeries Dim value As LineSegmentShape instance.LineSegmentShape = value value = instance.LineSegmentShape
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the style of the line segments.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LineSegmentShape LineSegmentShape {get; set;}