CalendarView.WeekDayTextAppearance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text appearance for the week day abbreviation of the calendar header. -or- Sets the text appearance for the week day abbreviation of the calendar header.
public virtual int WeekDayTextAppearance { [Android.Runtime.Register("getWeekDayTextAppearance", "()I", "GetGetWeekDayTextAppearanceHandler")] get; [Android.Runtime.Register("setWeekDayTextAppearance", "(I)V", "GetSetWeekDayTextAppearance_IHandler")] set; }
[<get: Android.Runtime.Register("getWeekDayTextAppearance", "()I", "GetGetWeekDayTextAppearanceHandler")>]
[<set: Android.Runtime.Register("setWeekDayTextAppearance", "(I)V", "GetSetWeekDayTextAppearance_IHandler")>]
member this.WeekDayTextAppearance : int with get, set
Property Value
The text appearance resource id.
- Attributes
Remarks
Property getter documentation:
Gets the text appearance for the week day abbreviation of the calendar header.
Java documentation for android.widget.CalendarView.getWeekDayTextAppearance()
.
Property setter documentation:
Sets the text appearance for the week day abbreviation of the calendar header.
Java documentation for android.widget.CalendarView.setWeekDayTextAppearance(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.