PenStyleSetInfo.DashStyle 属性

定义

获取或设置用于使用此钢笔对象绘制的虚线的样式。

public:
 property System::Drawing::Drawing2D::DashStyle DashStyle { System::Drawing::Drawing2D::DashStyle get(); void set(System::Drawing::Drawing2D::DashStyle value); };
public System.Drawing.Drawing2D.DashStyle DashStyle { get; set; }
member this.DashStyle : System.Drawing.Drawing2D.DashStyle with get, set
Public Property DashStyle As DashStyle

属性值

DashStyle

DashStyle 枚举,它表示用于通过此笔对象绘制的虚线的样式。

适用于