Casilla.Ficha Property

Chatu Queens

CasillaFicha Property

Obtiene o establece si hay una ficha en la casilla.

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

Property Value

Type: Boolean
See Also