'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the stroke of the line")> Public Property StrokeStyle As NStrokeStyle
'Usage
Dim instance As NFastLineSeries Dim value As NStrokeStyle instance.StrokeStyle = value value = instance.StrokeStyle
[System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the stroke of the line")] public NStrokeStyle StrokeStyle {get; set;}