Share via


IPathLayoutItem.OrientationAngle Property

Gets the angle perpendicular to the path at the items's location if the item is oriented to the path.

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

Syntax

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

value = instance.OrientationAngle
double OrientationAngle { get; }
property double OrientationAngle {
    double get ();
}
/** @property */
double get_OrientationAngle ()
function get OrientationAngle () : 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