Layout.CascadeInputTransparent 속성

정의

투명도가 true일 때 자식 요소에서 this 레이아웃의 입력 투명도를 상속할지 여부를 제어하는 값을 가져오거나 설정합니다.

public bool CascadeInputTransparent { get; set; }
member this.CascadeInputTransparent : bool with get, set

속성 값

true레이아웃이 true인 경우 thisInputTransparent 자식 요소가 레이아웃의 this 입력 투명도를 상속하도록 합니다. false 자식 요소가 레이아웃의 입력 변환을 this 무시하도록 합니다.

적용 대상