Skip to main content
Version: 1.0.0-preview.34

Velaptor.UI

Velaptor

Velaptor.UI Namespace

Classes
ButtonA button that can be clicked to execute functionality.
ControlBaseRepresents a basic control with behavior that is shared among all controls.
LabelA label that renders text on the screen.
TextBoxProvides the ability to enter text into a box.
WindowA system window where graphics can be rendered.
Structs
MouseMoveEventArgsHolds information about the mouse position over a control.
Interfaces
IControlA user interface object that can be updated and rendered to the screen.
ISizableRepresents the size of an object by its width and height.
IWindowProvides 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.