ClassOrientationToRotateDegreesConverter
Value converter that converts an Orientation value to a rotation degrees.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class OrientationToRotateDegreesConverter : IValueConverter
Inheritance: objectOrientationToRotateDegreesConverter
Implements:
Constructors
OrientationToRotateDegreesConverter()
Declaration
public OrientationToRotateDegreesConverter()
Methods
Convert(object, Type, object, string)
Convert an Orientation value to a rotation degrees.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The source data being passed to the target.
targetType
The type of the target property, as a type reference.
parameter
The format string.
language
The language of the conversion. Not used.
Returns
The formatted string.
ConvertBack(object, Type, object, string)
Not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
value
The source data being passed to the target.
targetType
The type of the target property, as a type reference.
parameter
Optional parameter. Not used.
language
The language of the conversion. Not used.
Returns
The value to be passed to the target dependency property.