Pen.DashStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定樣式,用於以這個 Pen 所繪製的短折線。
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,表示以這個 Pen 所繪製之短折線所用的樣式。
例外狀況
備註
這個屬性的 Custom 值會指定由 屬性定義的 DashPattern 虛線和空格自定義圖樣,構成以這個 Pen繪製的線條。 如果這個屬性的值是 Custom ,而屬性的值 DashPattern 是 null
,則畫筆會繪製實線。