Gets or sets the
System.Drawing.Drawing2D.DashStyle used for dashed lines drawn with this AnnPen object.
public virtual DashStyle DashStyle {get; set;}
'Declaration
Public Overridable Property DashStyle As DashStyle
'Usage
Dim instance As AnnPen
Dim value As DashStyle
instance.DashStyle = value
value = instance.DashStyle
public:
virtual property DashStyle DashStyle {
DashStyle get();
void set ( DashStyle value);
}
Property Value
A
System.Drawing.Drawing2D.DashStyle value that represents the style used for dashed lines drawn with this
AnnPen object.