Tablero.JugadorBlanco Property

Chatu Queens

TableroJugadorBlanco Property

Obtiene o establece el booleano que indica si el jugador maneja las fichas blancas (true) o las negras (false).

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

Property Value

Type: Boolean
See Also