FreeformActivityDesigner.EnableVisualResizing 屬性

定義

取得值,這個值會指示是否可以在工作流程設計介面上以視覺方式調整 FreeformActivityDesigner 的大小。

protected public:
 virtual property bool EnableVisualResizing { bool get(); };
protected internal override bool EnableVisualResizing { get; }
member this.EnableVisualResizing : bool
Protected Friend Overrides ReadOnly Property EnableVisualResizing As Boolean

屬性值

Boolean

如果可以視覺方式調整 true 的大小則為 FreeformActivityDesigner,否則為 false。 預設為 true

備註

如果 AutoSize 設定為 trueAutoSizeMode 設定為 GrowAndShrinkEnableVisualResizing 會傳回 false。 在所有其他條件下,EnableVisualResizing 會傳回 true

適用於