Control.ScaleChildren 속성

정의

자식 컨트롤의 배율을 결정하는 값을 가져옵니다.

protected:
 virtual property bool ScaleChildren { bool get(); };
protected virtual bool ScaleChildren { get; }
member this.ScaleChildren : bool
Protected Overridable ReadOnly Property ScaleChildren As Boolean

속성 값

Boolean

이 컨트롤에서 true 메서드가 호출될 때 자식 컨트롤의 배율이 조정되면 Scale(Single)이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

속성이 ScaleChildren 면 메서드는 trueScale 각 자식 컨트롤의 메서드를 ScaleControl 재귀적으로 호출합니다.

항상 반환true되는 기본 구현입니다ScaleChildren. 파생 클래스는 자식에 대해 크기 조정을 수행해서는 안 됨을 나타내기 위해 반환 false 하도록 재정 ScaleChildren 의할 수 있습니다.

적용 대상

추가 정보