Given a double input value, creates a RotateTransform with that angle.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class DoubleToRotateTransformConverter : IValueConverter
Visual Basic
Public Class DoubleToRotateTransformConverter _
	Implements IValueConverter
Visual C++
public ref class DoubleToRotateTransformConverter : IValueConverter

Remarks

This converter works around data binding issues in the Silverlight transform system.

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements.Charting..::..DoubleToRotateTransformConverter

See Also