Widget which has the container feature. More...
Public Member Functions | |
Panel () | |
Constructor. | |
Protected Member Functions | |
internal override void | OnTouchEvent (TouchEventCollection touchEvents) |
Touch event handler. | |
Properties | |
override float | Width [get, set] |
Obtains and sets the width. | |
override float | Height [get, set] |
Obtains and sets the height. | |
virtual UIColor | BackgroundColor [get, set] |
Obtains and sets the background color. | |
new bool | Clip [get, set] |
Obtains and sets whether to clip the child widget. |
Widget which has the container feature.
Background color can be set
internal override void OnTouchEvent | ( | TouchEventCollection | touchEvents | ) | [protected, virtual] |