A style selector that returns a different style based on the LayoutType of the LayoutConfigurationModel of the control.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class LayoutConfiguratorStyleSelector : StyleSelector
Inheritance: objectLayoutConfiguratorStyleSelector
Constructors
public LayoutConfiguratorStyleSelector()
Properties
DefaultStyle
Style
Gets or sets the default style for item.
public Style DefaultStyle { get; set; }
DetailsStyle
Style
Gets or sets the style for item with LayoutType.Details.
public Style DetailsStyle { get; set; }
ExtraLargeIconsStyle
Style
Gets or sets the style for item with LayoutType.ExtraLargeIcons.
public Style ExtraLargeIconsStyle { get; set; }
LargeIconsStyle
Style
Gets or sets the style for item with LayoutType.LargeIcons.
public Style LargeIconsStyle { get; set; }
ListStyle
Style
Gets or sets the style for item with LayoutType.List.
public Style ListStyle { get; set; }
MediumIconsStyle
Style
Gets or sets the style for item with LayoutType.MediumIcons.
public Style MediumIconsStyle { get; set; }
SmallIconsStyle
Style
Gets or sets the style for item with LayoutType.SmallIcons.
public Style SmallIconsStyle { get; set; }
TilesStyle
Style
Gets or sets the style for item with LayoutType.Tiles.
public Style TilesStyle { get; set; }
Methods
Selects a Style based on the LayoutType of the LayoutConfigurationModel.
public override Style SelectStyle(object item, DependencyObject container)
Style