CalendarView.SelectedDateVerticalBar Property

Definition

Caution

deprecated

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.

[System.Obsolete("deprecated")]
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; }
[<System.Obsolete("deprecated")>]
[<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

Drawable

The vertical bar drawable.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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