Vector::X Property

 

Gets or sets the X component of this vector.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property double X {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The X component of this vector. The default value is 0.

The following example shows how to check two Vector structures for equality.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: