Window.DecorCaptionShadeDark フィールド

定義

注意事項

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_DARK", 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 DecorCaptionShadeDark = 2;
[<Android.Runtime.Register("DECOR_CAPTION_SHADE_DARK", 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 DecorCaptionShadeDark : Android.Views.DecorCaptionShade

フィールド値

Value = 2
属性

注釈

ウィンドウキャプションに濃色コントロールを設定するためのフラグ。 #setDecorCaptionShade(int) で使用します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象