다음을 통해 공유


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

속성 값

Boolean

활동 디자이너가 true 내에서 크기를 조정할 수 있으면 FreeformActivityDesigner이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

파생 클래스에서 재정의되지 않는 한 EnableVisualResizing는 항상 false를 반환합니다.

적용 대상