共用方式為


AmbientTheme.GridStyle 屬性

定義

取得或設定工作流程設計介面的環境格線樣式。

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

屬性值

DashStyle

DashStyle 值,表示格線的虛線樣式。 預設設定是 Dash

適用於