Class BackstageContainerStyle
This class is used to relate a style to a backstage item's container.
Inheritance
System.Object
BackstageContainerStyle
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class BackstageContainerStyle : Object
Constructors
BackstageContainerStyle()
Declaration
public BackstageContainerStyle()
Properties
ContainerStyle
Declaration
public Style ContainerStyle { get; set; }
Property Value
System.Windows.Style
|
TypeName
Declaration
public string TypeName { get; set; }
Property Value
System.String
|