PathListBoxItem.NormalAngle Property
For a description of this member, see NormalAngle.
Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)
Syntax
'Declaration
Public Property NormalAngle As Double
'Usage
Dim instance As PathListBoxItem
Dim value As Double
value = instance.NormalAngle
public double NormalAngle { get; }
public:
virtual property double NormalAngle {
double get () sealed;
}
/** @property */
public final double get_NormalAngle ()
public final 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
PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace