共用方式為


AmbientTheme.ShowGrid 屬性

定義

取得或設定值,指出工作流程設計介面上是否顯示格線。

public:
 virtual property bool ShowGrid { bool get(); void set(bool value); };
public virtual bool ShowGrid { get; set; }
member this.ShowGrid : bool with get, set
Public Overridable Property ShowGrid As Boolean

屬性值

Boolean

如果工作流程設計介面會顯示格線則為 true,否則為 false。 預設為 false

適用於