CalendarView.DateTextAppearance Property

Definition

Gets the text appearance for the calendar dates. -or- Sets the text appearance for the calendar dates.

public virtual int DateTextAppearance { [Android.Runtime.Register("getDateTextAppearance", "()I", "GetGetDateTextAppearanceHandler")] get; [Android.Runtime.Register("setDateTextAppearance", "(I)V", "GetSetDateTextAppearance_IHandler")] set; }
[<get: Android.Runtime.Register("getDateTextAppearance", "()I", "GetGetDateTextAppearanceHandler")>]
[<set: Android.Runtime.Register("setDateTextAppearance", "(I)V", "GetSetDateTextAppearance_IHandler")>]
member this.DateTextAppearance : int with get, set

Property Value

The text appearance resource id.

Attributes

Remarks

Property getter documentation:

Gets the text appearance for the calendar dates.

Java documentation for android.widget.CalendarView.getDateTextAppearance().

Property setter documentation:

Sets the text appearance for the calendar dates.

Java documentation for android.widget.CalendarView.setDateTextAppearance(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to