Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / ParentRun Property

In This Topic
    ParentRun Property (ShapeBase)
    In This Topic
    Gets the parent Run of the current shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentRun As Run
    public Run ParentRun {get;}
    See Also