Control Class
Namespace: Stride.UI.ControlsAssembly: Stride.UI.dll
Represents the base class for user interface (UI) controls.
Derived from Control: ContentControl EditText
[DataContract("Control")]
public abstract class Control : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
Name | Description | |
---|---|---|
Fields | ||
padding | ||
Properties | ||
Padding | Gets or sets the padding inside a control. |
Fields
padding
protected Thickness padding
Field Value
Type | Description |
---|---|
Thickness |
Properties
Padding
Gets or sets the padding inside a control.
[DataMember]
[Display(null, "Layout")]
public Thickness Padding { get; set; }
Property Value
Type | Description |
---|---|
Thickness |