Method | Description | |
---|---|---|
Convert ( object value, |
Converts the source data (value) that represents an angle measured in degrees to a RotateTransform before passing it to the target of a data binding for display in the UI.
|
|
ConvertBack ( object value, |
The ConvertBack is not implemented for this converter. ConvertBack will throw NotImplementedException if invoked.
|
public Convert ( object value, |
||
value | object | /// The source data being passed to the target. /// This represents an angle measured in degrees. /// |
targetType | /// The type of data expected by the target dependency property. /// | |
parameter | object | /// It will be ignored by this converter. /// |
culture | /// The culture of the conversion. Ignored by this converter. /// | |
return | object |
public ConvertBack ( object value, |
||
value | object | |
targetType | ||
parameter | object | |
culture | ||
return | object |