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

プロパティ値

のサイズを視覚的に変更できる場合は a0/&。それ以外の場合は。 既定値は true です。

注釈

AutoSizetrueに設定され、AutoSizeModeGrowAndShrinkに設定されている場合、EnableVisualResizingfalseを返します。 その他のすべての条件では、 EnableVisualResizingtrueを返します。

適用対象