ClassExpandDirectionToRotationAngleConverter
Calculates a RotationAngle based on a ExpandDirection.
Definition
Namespace:Telerik.Windows.Controls.Expander
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class ExpandDirectionToRotationAngleConverter : IValueConverter
Inheritance: objectExpandDirectionToRotationAngleConverter
Implements:
Constructors
ExpandDirectionToRotationAngleConverter()
Declaration
public ExpandDirectionToRotationAngleConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts object to Visibility.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The object that will be used for conversion.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
Visibility presentation of the object.
ConvertBack(object, Type, object, CultureInfo)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
A converted value.
Remarks
This method is not implemented. Throws NotImplementedException.