A widget to select the date. More...
Public Member Functions | |
DatePicker () | |
Constructor. | |
override bool | HitTest (Vector2 screenPoint) |
Hit test handler. | |
Properties | |
override float | Width [get, set] |
Obtains the width. | |
override float | Height [get, set] |
Obtains the height. | |
override bool | PriorityHit [get, set] |
Obtains and sets whether to prioritize and respond to a touch. | |
int | MinYear [get, set] |
Obtains and sets the minimum value for the year. | |
int | MaxYear [get, set] |
Obtains and sets the maximum value for the year. | |
int | Year [get, set] |
Obtains and sets the year. | |
int | Month [get, set] |
Obtains and sets the month. | |
int | Day [get, set] |
Obtains and sets the day. | |
DateTime | Date [get, set] |
Obtains and sets the date with the DateTime structure. | |
Events | |
EventHandler < DatePickerValueChangedEventArgs > | ValueChanged |
Event issued when the value is changed. |
A widget to select the date.
override bool HitTest | ( | Vector2 | screenPoint | ) | [virtual] |
Hit test handler.
screenPoint | Position in the screen coordinate system |
Reimplemented from Widget.
override float Height [get, set] |
override float Width [get, set] |