Gets list of all shapes on a page.

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

Syntax

C#
public List<Shape> Shapes { get; }
Visual Basic
Public ReadOnly Property Shapes As List(Of Shape)
	Get
Visual C++
public:
property List<Shape^>^ Shapes {
	List<Shape^>^ get ();
}

See Also