ContentDecorator Class
Namespace: Stride.UI.ControlsAssembly: Stride.UI.dll
A ContentControl decorating its Content with a background image.
Derived from ContentDecorator:
[DataContract("ContentDecorator")]
public class ContentDecorator : ContentControl, IUIElementUpdate, IUIElementChildren, IIdentifiable
Name | Description | |
---|---|---|
Constructors | ||
ContentDecorator() | ||
Properties | ||
BackgroundImage | Gets or sets the background image. |
Constructors
ContentDecorator()
public ContentDecorator()
Properties
BackgroundImage
Gets or sets the background image.
[DataMember]
[Display(null, "Appearance")]
public ISpriteProvider BackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
ISpriteProvider |