Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / Size Property

In This Topic
    Size Property (C1Rect)
    In This Topic
    Gets or sets the width and height of the rectangle.
    Syntax
    'Declaration
     
    
    Public Property Size As C1Size
    public C1Size Size {get; set;}

    Property Value

    A System.Windows.Size structure that specifies the width and height of the rectangle.
    Exceptions
    See Also