'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the dash style to be used for the pen.")> Public Property DashStyle As System.Drawing.Drawing2D.DashStyle
'Usage
Dim instance As NStrokeInfo Dim value As System.Drawing.Drawing2D.DashStyle instance.DashStyle = value value = instance.DashStyle
[System.ComponentModel.Description("Gets/sets the dash style to be used for the pen.")] public System.Drawing.Drawing2D.DashStyle DashStyle {get; set;}