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