Class
ExpandDirectionToRotationAngleConverter

Calculates a RotationAngle based on a ExpandDirection.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ExpandDirectionToRotationAngleConverter : IValueConverter

Inheritance: objectExpandDirectionToRotationAngleConverter

Implements: IValueConverter

Constructors

ExpandDirectionToRotationAngleConverter()

Declaration

cs-api-definition
public ExpandDirectionToRotationAngleConverter()

Methods

Convert(object, Type, object, string)

Converts object to Visibility.

Declaration

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

Parameters

value

object

The object that will be used for conversion.

targetType

Type

This parameter is not used.

parameter

object

This parameter is not used.

language

string

Returns

object

Visibility presentation of the object.

ConvertBack(object, Type, object, string)

Converts a value.

Declaration

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

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

language

string

Returns

object

A converted value.

Remarks

This method is not implemented. Throws NotImplementedException.