GoXam for WPF v3
SetAngle(UIElement,Double) Method
Northwoods.GoXam Namespace > Part Class > SetAngle Method : SetAngle(UIElement,Double) Method
any UIElement within the visual tree of this Part
a double between 0 and 360 degrees
This calls SetAngle(UIElement,Double,Spot) to rotate the given element about its RotationSpot, or about the center of the element if this is not a Node.
Syntax
public void SetAngle( 
   UIElement elt,
   double angle
)

Parameters

elt
any UIElement within the visual tree of this Part
angle
a double between 0 and 360 degrees
See Also

Reference

Part Class
Part Members
Overload List