CalendarView.SelectedDateVerticalBar Property

Definition

Gets the drawable for the vertical bar shown at the beginning and at the end of the selected date. -or- Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date.

public virtual Android.Graphics.Drawables.Drawable? SelectedDateVerticalBar { [Android.Runtime.Register("getSelectedDateVerticalBar", "()Landroid/graphics/drawable/Drawable;", "GetGetSelectedDateVerticalBarHandler")] get; [Android.Runtime.Register("setSelectedDateVerticalBar", "(Landroid/graphics/drawable/Drawable;)V", "GetSetSelectedDateVerticalBar_Landroid_graphics_drawable_Drawable_Handler")] set; }
[<get: Android.Runtime.Register("getSelectedDateVerticalBar", "()Landroid/graphics/drawable/Drawable;", "GetGetSelectedDateVerticalBarHandler")>]
[<set: Android.Runtime.Register("setSelectedDateVerticalBar", "(Landroid/graphics/drawable/Drawable;)V", "GetSetSelectedDateVerticalBar_Landroid_graphics_drawable_Drawable_Handler")>]
member this.SelectedDateVerticalBar : Android.Graphics.Drawables.Drawable with get, set

Property Value

The vertical bar drawable.

Attributes

Remarks

Property getter documentation:

Gets the drawable for the vertical bar shown at the beginning and at the end of the selected date.

This member is deprecated. No longer used by Material-style CalendarView.

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

Property setter documentation:

Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date.

This member is deprecated. No longer used by Material-style CalendarView.

Java documentation for android.widget.CalendarView.setSelectedDateVerticalBar(android.graphics.drawable.Drawable).

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