Class
OrientationToPathDataConverter

Depending on the provided HexOrientation value, returns a string that corresponds to a hexagonal .

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.HubTile

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class OrientationToPathDataConverter : IValueConverter

Inheritance: objectOrientationToPathDataConverter

Implements: IValueConverter

Constructors

OrientationToPathDataConverter()

Declaration

cs-api-definition
public OrientationToPathDataConverter()

Methods

Convert(object, Type, object, string)

Returns a hexagonal path data depending on the provided HexOrientation value.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

The HexOrientation value.

targetType

Type

The parameter is not used.

parameter

object

The parameter is not used.

language

string

The parameter is not used.

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object