User Interfaces

The User Interface can be customized to whatever you need.
The current library includes 15 controls at your disposal, but can easily be extended by custom controls or user controls.

BattleFury003.png

Setup
Included with the library are some defaults. This includes a Skin, Skin Definition, and Font.
The actual skin is just any graphics file that contains all the individual parts of your user interface.
The skin definition is a XML file that contains the size and position of each part.
The font can be any SpriteFont you want.

User interfaces are created by adding to your content directory a XAML file.
This XAML file will be loaded in your code and defines how your User Interface will look.

XAML Controls and Properties

User Interface
All Controls
Border
Button
CelestialClock
CheckBox
Console
ImageButton
Panel
ProgressBar
ProgressSelector
RadioButton
Selector
Slider
TextBlock
TextBox
UpDown