IPathLayoutItem.NormalAngle Property

Gets the angle perpendicular to the path at the item's location.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
ReadOnly Property NormalAngle As Double
'Usage
Dim instance As IPathLayoutItem
Dim value As Double

value = instance.NormalAngle
double NormalAngle { get; }
property double NormalAngle {
    double get ();
}
/** @property */
double get_NormalAngle ()
function get NormalAngle () : double

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IPathLayoutItem Interface
IPathLayoutItem Members
Microsoft.Expression.Controls Namespace