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

屬性值

true 若 可 FreeformActivityDesigner 視覺化調整大小;否則, false。 預設值為 true

備註

AutoSize 設為 trueAutoSizeMode 且 設為 GrowAndShrink,則EnableVisualResizing返回 false。 在所有其他條件 EnableVisualResizing 下返回 true

適用於