Northwoods.GoSilverlight 1.1.3 Assembly
GetAngle Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : GetAngle Method

elt
a UIElement, a visual child of this Part
Get the angle of an element in the visual tree of this part.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetAngle( _
   ByVal elt As UIElement _
) As Double
C# 
public virtual double GetAngle( 
   UIElement elt
)

Parameters

elt
a UIElement, a visual child 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