Share via


PathLayoutData.OrientationAngle Property

Gets or sets the angle perpendicular to the path at an element's location if the element is oriented to the path.

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

Syntax

'Declaration
Public Property OrientationAngle As Double
'Usage
Dim instance As PathLayoutData
Dim value As Double

value = instance.OrientationAngle

instance.OrientationAngle = value
public double OrientationAngle { get; set; }
public:
property double OrientationAngle {
    double get ();
    void set (double value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public double get_OrientationAngle ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_OrientationAngle (double value)
CompilerGeneratedAttribute 
public function get OrientationAngle () : double

CompilerGeneratedAttribute 
public function set OrientationAngle (value : 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

PathLayoutData Class
PathLayoutData Members
Microsoft.Expression.Controls Namespace