GoXam for WPF v3
GetAngle Method (Link)
Northwoods.GoXam Namespace > Link Class : GetAngle Method
a UIElement, an element in the visual tree of this Part
Get the angle of an element in the visual tree of this part.
Syntax
public override double GetAngle( 
   UIElement elt
)

Parameters

elt
a UIElement, an element in the visual tree of this Part

Return Value

an angle in degrees, starting at zero in the direction of the positive X axis
Remarks
At the present time this just looks at any RenderTransform that the element has.
See Also

Reference

Link Class
Link Members