ActivityPreviewDesigner.ShowPreview 屬性

定義

取得或設定值,這個值表示是否要在設計工具中顯示活動預覽。

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

屬性值

Boolean

要在 ActivityPreviewDesigner 中顯示活動預覽則為 true,否則為 false

適用於