Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Range Class / ParentCanvasShape Property

In This Topic
    ParentCanvasShape Property
    In This Topic
    Gets the parent canvas shape where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentCanvasShape As CanvasShape
    public CanvasShape ParentCanvasShape {get;}
    See Also