ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / ShapeCollection Class
Members

In This Topic
    ShapeCollection Class
    In This Topic
    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)
    Inheritance Hierarchy

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

    See Also