ComponentEditorForm.AutoSize 속성

정의

AutoSizeMode의 설정에 따라 폼의 크기를 조정합니다.

public:
 virtual property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Overrides Property AutoSize As Boolean

속성 값

Boolean

폼의 크기가 자동으로 조정되면 true이고, 폼의 크기를 수동으로 조정해야 하면 false입니다.

특성

적용 대상

추가 정보