Coordenada.X Property

Chatu Queens

CoordenadaX Property

Obtiene o establece la columna.

Namespace:  Draughts
Assembly:  Draughts (in Draughts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int X { get; set; }
Public Property X As Integer
	Get
	Set
public:
property int X {
	int get ();
	void set (int value);
}
member X : int with get, set

Property Value

Type: Int32
See Also