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