GoXam for WPF v3
GetAngle Method (Part)
Northwoods.GoXam Namespace > Part 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 virtual 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

Part Class
Part Members