Class
BackstageContainerStyle

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

TypeName

Gets or sets the type name of the Backstage item's container.

Declaration

cs-api-definition
public string TypeName { get; set; }

Property Value

string