Class ContentDecorator
A ContentControl decorating its Content with a background image.
[DataContract("ContentDecorator")]
public class ContentDecorator : ContentControl, IUIElementUpdate, IUIElementChildren, IIdentifiable
- Inheritance
-
ContentDecorator
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentDecorator()
public ContentDecorator()
Properties
BackgroundImage
Gets or sets the background image.
[DataMember]
[Display(null, "Appearance")]
public ISpriteProvider BackgroundImage { get; set; }