Gets type of a shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ShapeType ShapeType { get; }
Visual Basic
Public ReadOnly Property ShapeType As ShapeType
	Get
Visual C++
public:
property ShapeType ShapeType {
	ShapeType get ();
}

See Also