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

适用于