Movimiento.Dama Property

Chatu Queens

MovimientoDama Property

Obtiene o establece un valor que indica si la ficha que realiza el movimiento es una dama.

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

Property Value

Type: Boolean
See Also