ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / ShapeCollection Class / Owner Property

In This Topic
    Owner Property (ShapeCollection)
    In This Topic
    Gets the IShapeContainer object that owns the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As IShapeContainer
    public IShapeContainer Owner {get;}
    See Also