'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the stroke style used to render the edges.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property StrokeStyle As NStrokeStyle
'Usage
Dim instance As NEdgeShape Dim value As NStrokeStyle instance.StrokeStyle = value value = instance.StrokeStyle
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the stroke style used to render the edges.")] [System.ComponentModel.Editor(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NStrokeStyle StrokeStyle {get; set;}