Show / Hide Table of Contents

Class RelativeDirection

Represents a relative direction.

Inheritance
System.Object
RelativeDirection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RelativeDirection

Properties

Angle

Gets or sets the angle.

Declaration
public float Angle { get; set; }
Property Value
System.Single

Direction

Gets or sets the direction

Declaration
public RelativeDirectionEnum Direction { get; set; }
Property Value
RelativeDirectionEnum

Back to top Built by Itinero, MIT licensed.