CalendarView.WeekSeparatorLineColor 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 color for the separator line between weeks. -or- Sets the color for the separator line between weeks.
public virtual Android.Graphics.Color WeekSeparatorLineColor { [Android.Runtime.Register("getWeekSeparatorLineColor", "()I", "GetGetWeekSeparatorLineColorHandler")] get; [Android.Runtime.Register("setWeekSeparatorLineColor", "(I)V", "GetSetWeekSeparatorLineColor_IHandler")] set; }
[<get: Android.Runtime.Register("getWeekSeparatorLineColor", "()I", "GetGetWeekSeparatorLineColorHandler")>]
[<set: Android.Runtime.Register("setWeekSeparatorLineColor", "(I)V", "GetSetWeekSeparatorLineColor_IHandler")>]
member this.WeekSeparatorLineColor : Android.Graphics.Color with get, set
Property Value
The week separator color.
- Attributes
Remarks
Property getter documentation:
Gets the color for the separator line between weeks.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.getWeekSeparatorLineColor()
.
Property setter documentation:
Sets the color for the separator line between weeks.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.setWeekSeparatorLineColor(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.