Piece.Shape Property

Simplexity

PieceShape Property

Shape of the piece

Namespace:  Simplexity_Game
Assembly:  Simplexity_Game (in Simplexity_Game.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Shape Shape { get; }
Public ReadOnly Property Shape As Shape
	Get
public:
property Shape Shape {
	Shape get ();
}
member Shape : Shape with get

Property Value

Type: Shape
See Also