PresentationBaseSlideShapes Property |
Gets the collection of all shapes of the presentation.
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic PresentationShapeCollection Shapes { get; }
Public ReadOnly Property Shapes As PresentationShapeCollection
Get
public:
property PresentationShapeCollection^ Shapes {
PresentationShapeCollection^ get ();
}
member Shapes : PresentationShapeCollection with get
Property Value
Type:
PresentationShapeCollectionThe collection of all shapes of the presentation.
See Also