This class is used to relate a style to a toolbar item's container.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class ToolBarContainerStyle
Inheritance: objectToolBarContainerStyle
Constructors
C#
public ToolBarContainerStyle()
Properties
ContainerStyle
Style
Gets or sets the style applied to the container of the ToolBar.
C#
public Style ContainerStyle { get; set; }