Represents shape type.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property ShapeType As ShapeType
C#
public ShapeType ShapeType { get; set; }
Visual C++
public:
property ShapeType ShapeType {
	ShapeType get ();
	void set (ShapeType value);
}
JavaScript
function get_shapeType();
function set_shapeType(value);

See Also