ActivityDesigner.EnableVisualResizing プロパティ

定義

アクティビティ デザイナーを自由形式デザイナーとしてサイズ変更できるかどうかを示す値を取得します。

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

プロパティ値

アクティビティ デザイナーを true としてサイズ変更できる場合は FreeformActivityDesigner。それ以外の場合は false。 既定値は、false です。

注釈

派生クラスでオーバーライドしない限り、EnableVisualResizing は常に false を返します。

適用対象