Namespace Stride.UI.Controls
Classes
- Border
 A border element adds an uniform color border around its content.
- Button
 Represents a Windows button control, which reacts to the Click event.
- ButtonBase
 Represents the base primitive for all the button-like controls
- ContentControl
 Represents a control with a single piece of content of any type.
- ContentDecorator
 A ContentControl decorating its Content with a background image.
- ContentPresenter
 A class aiming at presenting another UIElement.
- Control
 Represents the base class for user interface (UI) controls.
- EditText
 Represent an edit text where the user can enter text.
- ImageButton
 A Button whose Content are the PressedImage and NotPressedImage.
- ImageElement
 Represents a control that displays an image.
- ModalElement
 Represents a modal element that puts an overlay upon the underneath elements and freeze their input.
- ScrollBar
 Represents a scroll bar.
- ScrollViewer
 Represents a scroll viewer. A scroll viewer element has an infinite virtual size defined by its ScrollingMode. The user can move in that virtual size by touching and panning on the screen.
- ScrollingText
 A text viewer that scrolls automatically the text from right to left.
- Slider
 Represents a slider element.
- TextBlock
 Provides a lightweight control for displaying small amounts of text.
- ToggleButton
 Represent a UI toggle button. A toggle but can have two or three states depending on the IsThreeState property.