Share via


Window.DecorCaptionShadeAuto 필드

정의

주의

This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.

테마가 창 캡션 컨트롤의 색을 구동하도록 하는 플래그입니다.

[Android.Runtime.Register("DECOR_CAPTION_SHADE_AUTO", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.", true)]
public const Android.Views.DecorCaptionShade DecorCaptionShadeAuto = 0;
[<Android.Runtime.Register("DECOR_CAPTION_SHADE_AUTO", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.", true)>]
val mutable DecorCaptionShadeAuto : Android.Views.DecorCaptionShade

필드 값

Value = 0
특성

설명

테마가 창 캡션 컨트롤의 색을 구동하도록 하는 플래그입니다. #setDecorCaptionShade(int)를 사용합니다. 이것은 기본값입니다.

에 대한 Java 설명서입니다 android.view.Window.DECOR_CAPTION_SHADE_AUTO.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상