Panel Class Reference

Widget which has the container feature. More...

Inheritance diagram for Panel:
ContainerWidget Widget ListPanelItem LiveJumpPanel LiveSpringPanel UIAnimationPlayer

List of all members.

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.

Detailed Description

Widget which has the container feature.

Background color can be set


Member Function Documentation

internal override void OnTouchEvent ( TouchEventCollection  touchEvents) [protected, virtual]

Touch event handler.

Parameters:
touchEventsTouch event

Reimplemented from Widget.