ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLShape Class / Rectangle Property

In This Topic
    Rectangle Property
    In This Topic
    Gets or sets the rectangle that contains the shape, in twips.
    Syntax
    'Declaration
     
    Public Property Rectangle As Windows.Foundation.Rect
    public Windows.Foundation.Rect Rectangle {get; set;}
    See Also