Check box widget. More...
Public Member Functions | |
CheckBox () | |
Constructor. | |
Protected Member Functions | |
override void | OnPressStateChanged (PressStateChangedEventArgs e) |
Called when the press status changes. | |
override void | DisposeSelf () |
Frees used resources. | |
internal override void | Render () |
Renders a scene graph. | |
Properties | |
override float | Width [get, set] |
Obtains and sets the width. | |
override float | Height [get, set] |
Obtains and sets the height. | |
bool | Checked [get, set] |
Obtains and sets the check status. | |
CheckBoxStyle | Style [get, set] |
Obtains and sets the check box type. | |
CustomCheckBoxImageSettings | CustomCheckBoxImage [get, set] |
Obtains and sets custom images. | |
Events | |
EventHandler< TouchEventArgs > | CheckedChanged |
Handler called when the check status changes. |
Check box widget.
The shape can be customized.
override void OnPressStateChanged | ( | PressStateChangedEventArgs | e | ) | [protected, virtual] |