Skip to content

API UI and Text

Eduard Gushchin edited this page Jun 21, 2026 · 8 revisions

Home | API by Category | Complete API Index | API Compatibility

UI controls, labels, fonts and text alignment values.

This category currently contains 7 public types.

Type Kind Summary
Control class Provides the Electron2D base node for 2D user interface controls.
FocusMode enum Identifies how a Electron2D.Control can receive keyboard, gamepad or mouse focus.
Font class Provides the Electron2D base resource for text layout and drawing.
HorizontalAlignment enum Defines horizontal text alignment values used by Electron2D text drawing APIs.
Label class Provides the Electron2D control for drawing a single line of plain text.
MouseFilter enum Identifies how a Electron2D.Control receives and consumes mouse input.
VerticalAlignment enum Identifies the vertical alignment used by controls that draw text.

Clone this wiki locally