|
RenderStack 11.06.1
|
Classes | |
| class | Area |
| class | Dock |
| class | FontStyle |
| interface | IUIContext |
| class | Layer |
| class | NinePatch |
| class | NinePatchStyle |
| class | Popup |
| class | Rectangle |
| class | Style |
| class | TextBuffer |
Enumerations | |
| enum | AreaOrder { SelfFirst, PostSelf, Separate } |
| enum | Orientation { Horizontal, Vertical } |
Definition at line 24 of file AreaOrder.cs.
{
SelfFirst, // Draw self before children
PostSelf, // Draw self last, after children
Separate // Separate DrawSelf() call
}
Definition at line 24 of file Orientation.cs.
{
Horizontal,
Vertical
};
1.7.4