CalendarView.FocusedMonthDateColor プロパティ

定義

フォーカスされた月の日付の色を取得します。 または、フォーカスされた月の日付の色を設定します。

public virtual Android.Graphics.Color FocusedMonthDateColor { [Android.Runtime.Register("getFocusedMonthDateColor", "()I", "GetGetFocusedMonthDateColorHandler")] get; [Android.Runtime.Register("setFocusedMonthDateColor", "(I)V", "GetSetFocusedMonthDateColor_IHandler")] set; }
[<get: Android.Runtime.Register("getFocusedMonthDateColor", "()I", "GetGetFocusedMonthDateColorHandler")>]
[<set: Android.Runtime.Register("setFocusedMonthDateColor", "(I)V", "GetSetFocusedMonthDateColor_IHandler")>]
member this.FocusedMonthDateColor : Android.Graphics.Color with get, set

プロパティ値

フォーカスされた月の日付の色。

属性

注釈

プロパティ getter のドキュメント:

フォーカスされた月の日付の色を取得します。

このメンバーは非推奨です。 素材スタイルの CalendarView では使用されなくなりました。

Javaドキュメント。

プロパティ セッターのドキュメント:

フォーカスされた月の日付の色を設定します。

このメンバーは非推奨です。 素材スタイルの CalendarView では使用されなくなりました。

Javaドキュメント。

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

適用対象