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

属性值

true 如果显示活动预览, ActivityPreviewDesigner则为 ;否则为 false

适用于