Horizontal position.

Namespace:  SoftwareArchitects.Battleships
Assembly:  SoftwareArchitects.Battleships (in SoftwareArchitects.Battleships.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int X { get; set; }
Visual Basic (Declaration)
Public Property X As Integer
Visual C++
public:
property int X {
	int get ();
	void set (int value);
}

See Also