Tablero.TableroInvertido Property

Chatu Queens

TableroTableroInvertido Property

Obtiene o establece el booleano que indica si las coordenadas de las casillas están invertidas.

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

Property Value

Type: Boolean
See Also