Class
TileToFluideStateConverter

Converts tiles to a fluid state representation for the TileView control.

Definition

Namespace:Telerik.Windows.Controls.TileView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Fluide")]
public class TileToFluideStateConverter : IValueConverter

Inheritance: objectTileToFluideStateConverter

Implements: IValueConverter

Constructors

TileToFluideStateConverter()

Declaration

cs-api-definition
public TileToFluideStateConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the specified tile to its fluid state representation.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The tile value to be converted.

targetType

Type

The type of the target.

parameter

object

An optional parameter that can influence the conversion.

culture

CultureInfo

The culture-specific information that may affect the conversion.

Returns

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

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value to convert back, typically a fluid state representation.

targetType

Type

The type of the property to convert to.

parameter

object

An optional parameter to use during the conversion.

culture

CultureInfo

The culture information to consider during the conversion.

Returns

object

The converted value, representing the original tile state.