ClassPositionToGridRowConverter
Class
A class that is used to convert a HeatMapColumnLabelsPanelPosition to a Grid.Row index.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class PositionToGridRowConverter : IValueConverter
Inheritance: objectPositionToGridRowConverter
Implements:
Constructors
PositionToGridRowConverter()
Declaration
cs-api-definition
public PositionToGridRowConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts a HeatMapColumnLabelsPanelPosition to an integer index.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
2 if the value is Bottom, 0 otherwise.
ConvertBack(object, Type, object, CultureInfo)
Not implemented.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns