다음을 통해 공유


FreeformActivityDesigner.AutoSize 속성

정의

사용자가 디자이너의 자식 디자이너 크기를 조정할 때 FreeformActivityDesigner의 크기가 자동으로 조정되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

속성 값

Boolean

true의 크기가 자동으로 조정되면 FreeformActivityDesigner이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

설정 AutoSize하면 레이아웃이 FreeformActivityDesigner 업데이트됩니다.

적용 대상