ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingShape Class / Owner Property

In This Topic
    Owner Property (DrawingShape)
    In This Topic
    Gets a reference to the parent IShapeContainer object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As IShapeContainer
    public IShapeContainer Owner {get;}
    See Also