Property | Type | Description | |
---|---|---|---|
HAlign | float | ||
Height | |||
Id | string | ||
Left | |||
MaxHeight | |||
MaxWidth | |||
MinHeight | |||
MinWidth | |||
OverflowHidden | bool | ||
PaddingBottom | float | ||
PaddingLeft | float | ||
PaddingRight | float | ||
PaddingTop | float | ||
Parent | UIElement | ||
Top | StyleDimension | ||
VAlign | float | ||
Width | StyleDimension |
Property | Type | Description | |
---|---|---|---|
Elements | List |
||
_useImmediateMode | bool |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
Append ( |
||
Click ( |
||
CompareTo ( object obj ) : int | ||
ContainsPoint ( Vector2 point ) : bool | ||
CopyStyle ( |
||
Deactivate ( ) : void | ||
DoubleClick ( |
||
Draw ( |
||
GetDimensions ( ) : |
||
GetElementAt ( Vector2 point ) : |
||
GetInnerDimensions ( ) : |
||
Initialize ( ) : void | ||
MouseDown ( |
||
MouseOut ( |
||
MouseOver ( |
||
MouseUp ( |
||
OnActivate ( ) : void | ||
OnDeactivate ( ) : void | ||
OnInitialize ( ) : void | ||
Recalculate ( ) : void | ||
RecalculateChildren ( ) : void | ||
Remove ( ) : void | ||
RemoveAllChildren ( ) : void | ||
RemoveChild ( UIElement child ) : void | ||
ScrollWheel ( UIScrollWheelEvent evt ) : void | ||
SetPadding ( float pixels ) : void | ||
UIElement ( ) : Microsoft.Xna.Framework |
Method | Description | |
---|---|---|
DrawChildren ( |
||
DrawSelf ( |
public ContainsPoint ( Vector2 point ) : bool | ||
point | Vector2 | |
return | bool |
public CopyStyle ( |
||
element | ||
return | void |
public DoubleClick ( |
||
evt | ||
return | void |
public Draw ( |
||
spriteBatch | ||
return | void |
protected DrawChildren ( |
||
spriteBatch | ||
return | void |
protected DrawSelf ( |
||
spriteBatch | ||
return | void |
public GetElementAt ( Vector2 point ) : |
||
point | Vector2 | |
return |
public GetInnerDimensions ( ) : |
||
return |
public RemoveChild ( UIElement child ) : void | ||
child | UIElement | |
return | void |
public ScrollWheel ( UIScrollWheelEvent evt ) : void | ||
evt | UIScrollWheelEvent | |
return | void |
public UIElement ( ) : Microsoft.Xna.Framework | ||
return | Microsoft.Xna.Framework |