Class
PositionStateToBorderThicknessConverter

Converts the PositionState of the PaletteViewItems to BorderThickness used in the ControlTemplate.

Definition

Namespace:Telerik.Windows.Controls.ColorPicker.Converters

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class PositionStateToBorderThicknessConverter : IValueConverter

Inheritance: objectPositionStateToBorderThicknessConverter

Implements: IValueConverter

Constructors

PositionStateToBorderThicknessConverter()

Declaration

cs-api-definition
public PositionStateToBorderThicknessConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the PositionState to corresponding BorderThickness.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Throws not implemented exception.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object