Share via


PathListBoxItem.OrientationAngle Property

For a description of this member, see OrientationAngle.

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

Syntax

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

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

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace