Class
PositionToGridRowConverter

A class that is used to convert a HeatMapColumnLabelsPanelPosition to a Grid.Row index.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PositionToGridRowConverter : IValueConverter

Inheritance: objectPositionToGridRowConverter

Implements: IValueConverter

Constructors

PositionToGridRowConverter()

Declaration

cs-api-definition
public PositionToGridRowConverter()

Methods

Convert(object, Type, object, string)

Converts a HeatMapColumnLabelsPanelPosition to an integer index.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

string

Returns

object

2 if the value is Bottom, 0 otherwise.

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

string

Returns

object