CalendarView.SetSelectedDateVerticalBar(Int32) Method
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.
Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date.
[Android.Runtime.Register("setSelectedDateVerticalBar", "(I)V", "GetSetSelectedDateVerticalBar_IHandler")]
public virtual void SetSelectedDateVerticalBar (int resourceId);
[<Android.Runtime.Register("setSelectedDateVerticalBar", "(I)V", "GetSetSelectedDateVerticalBar_IHandler")>]
abstract member SetSelectedDateVerticalBar : int -> unit
override this.SetSelectedDateVerticalBar : int -> unit
Parameters
- resourceId
- Int32
The vertical bar drawable resource id.
- Attributes
Remarks
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(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.