ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / DrawingShape Class / Rectangle Property

In This Topic
    Rectangle Property (DrawingShape)
    In This Topic
    Gets or sets the rectangle that contains the shape, in twips.
    Syntax
    'Declaration
     
    Public Property Rectangle As System.Drawing.Rectangle
    public System.Drawing.Rectangle Rectangle {get; set;}
    See Also