Class TileToFluideStateConverter
Converts tiles to a fluid state representation for the TileView control.
Inheritance
Namespace: Telerik.Windows.Controls.TileView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TileToFluideStateConverter : Object, IValueConverter
Constructors
TileToFluideStateConverter()
Declaration
public TileToFluideStateConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts the specified tile to its fluid state representation.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The tile value to be converted. |
System.Type
targetType
The type of the target. |
System.Object
parameter
An optional parameter that can influence the conversion. |
System.Globalization.CultureInfo
culture
The culture-specific information that may affect the conversion. |
Returns
System.Object
The converted tile in its fluid state representation. |
ConvertBack(Object, Type, Object, CultureInfo)
Converts a TileView state from a fluid state to its corresponding tile state.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The value to convert back, typically a fluid state representation. |
System.Type
targetType
The type of the property to convert to. |
System.Object
parameter
An optional parameter to use during the conversion. |
System.Globalization.CultureInfo
culture
The culture information to consider during the conversion. |
Returns
System.Object
The converted value, representing the original tile state. |