Class ExpandDirectionToRotationAngleConverter
Calculates a RotationAngle based on a ExpandDirection.
Inheritance
Namespace: Telerik.Windows.Controls.Expander
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ExpandDirectionToRotationAngleConverter : Object, IValueConverter
Constructors
ExpandDirectionToRotationAngleConverter()
Declaration
public ExpandDirectionToRotationAngleConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts System.Object to Visibility.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The System.Object that will be used for conversion. |
System.Type
targetType
This parameter is not used. |
System.Object
parameter
This parameter is not used. |
System.Globalization.CultureInfo
culture
This parameter is not used. |
Returns
System.Object
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
System.Object
value
The value that is produced by the binding target. |
System.Type
targetType
The type to convert to. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
A converted value. |
Remarks
This method is not implemented. Throws System.NotImplementedException.