ClassBackstageContainerStyle
Class
This class is used to relate a style to a backstage item's container.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
cs-api-definition
public class BackstageContainerStyle
Inheritance: objectBackstageContainerStyle
Constructors
BackstageContainerStyle()
Declaration
cs-api-definition
public BackstageContainerStyle()
Properties
ContainerStyle
Gets or sets the style to be applied to the container in the Backstage item.
Declaration
cs-api-definition
public Style ContainerStyle { get; set; }
Property Value
Style