ComponentOne Word for UWP
ShapeCollection Class
Members 

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ShapeCollection Class
Represents a collection of DrawingShape objects on an IShapeContainer.
Object Model
ShapeCollection Class
Syntax
'Declaration
 
Public Class ShapeCollection 
   Inherits System.Collections.ObjectModel.Collection(Of DrawingShape)
public class ShapeCollection : System.Collections.ObjectModel.Collection<DrawingShape> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Xaml.Word.Canvas.ShapeCollection

See Also

Reference

ShapeCollection Members
C1.Xaml.Word.Canvas Namespace