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.
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
The vertical bar drawable.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.CalendarView.getSelectedDateVerticalBar().
Property setter documentation:
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.