ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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 Rect
    public Rect Rectangle {get; set;}
    See Also