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