ClassOrientationToPathDataConverter
Class
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:
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
The HexOrientation value.
targetType
The parameter is not used.
parameter
The parameter is not used.
language
The parameter is not used.
Returns