GoXam for WPF v3
SetAngle(UIElement,Double,Spot) Method
Northwoods.GoXam Namespace > Part Class > SetAngle Method : SetAngle(UIElement,Double,Spot) Method
the UIElement to be rotated, an element in the visual tree of this Part
a double between 0 and 360 degrees
the spot of the rotation point; normally Spot.Center; any offset is ignored
Set the angle of an element in the visual tree of this part by creating or modifying a transform on that element.
Syntax
public virtual void SetAngle( 
   UIElement elt,
   double angle,
   Spot focus
)

Parameters

elt
the UIElement to be rotated, an element in the visual tree of this Part
angle
a double between 0 and 360 degrees
focus
the spot of the rotation point; normally Spot.Center; any offset is ignored
Remarks
At the present time this just modifies any RenderTransform that the element has, and gives it a new RotateTransform if needed.
See Also

Reference

Part Class
Part Members
Overload List