Vector2::UnitY Property

Gets the vector (0,1).

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Vector2 UnitY {
	Vector2 get ();
}

Property Value

Type: System.Numerics::Vector2
The vector (0,1).
Show: