Velaptor.UI
Velaptor
Velaptor.UI Namespace
Classes | |
---|---|
Button | A button that can be clicked to execute functionality. |
ControlBase | Represents a basic control with behavior that is shared among all controls. |
Label | A label that renders text on the screen. |
TextBox | Provides the ability to enter text into a box. |
Window | A system window where graphics can be rendered. |
Structs | |
---|---|
MouseMoveEventArgs | Holds information about the mouse position over a control. |
Interfaces | |
---|---|
IControl | A user interface object that can be updated and rendered to the screen. |
ISizable | Represents the size of an object by its width and height. |
IWindow | Provides the core of an application window which facilitates how the<br/>window behaves, its state and the ability to be used in various types<br/>of applications. |