Class
BackstageContainerStyleSelector

Holds predefined styles for backstage items' containers.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class BackstageContainerStyleSelector : StyleSelector

Inheritance: objectBackstageContainerStyleSelector

Constructors

BackstageContainerStyleSelector()

Initializes a new instance of the BackstageContainerStyleSelector class.

Declaration

cs-api-definition
public BackstageContainerStyleSelector()

Properties

SeparatorStyle

Gets or sets the backstage separator style.

Declaration

cs-api-definition
public Style SeparatorStyle { get; set; }

Property Value

Style

Methods

SelectStyleCore(object, DependencyObject)

When overridden this method is used for determining the Style of items.

Declaration

cs-api-definition
protected override Style SelectStyleCore(object item, DependencyObject container)

Parameters

item

object

The item for whose container is wanted.

container

DependencyObject

The container for which a Style is selected.

Returns

Style

The Style for the given container.