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

プロパティ値

アクティビティ デザイナーのサイズを で変更できる場合は a0/& 。それ以外の場合は。 既定値は false です。

注釈

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

適用対象