CalendarView.SelectedDateVerticalBar 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 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.
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.