Table of Contents

Class Control

Namespace
Stride.UI.Controls
Assembly
Stride.UI.dll

Represents the base class for user interface (UI) controls.

[DataContract("Control")]
public abstract class Control : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
Inheritance
Control
Implements
Derived
Inherited Members
Extension Methods

Fields

padding

protected Thickness padding

Field Value

Thickness

Properties

Padding

Gets or sets the padding inside a control.

[DataMember]
[Display(null, "Layout")]
public Thickness Padding { get; set; }

Property Value

Thickness