ElementHost.AutoSize 속성

정의

전체 내용이 표시되도록 컨트롤의 크기를 자동으로 조정할지를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

컨트롤이 해당 콘텐츠에 맞도록 크기가 조정되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상

추가 정보