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

In This Topic
    Location Property (C1Rect)
    In This Topic
    Gets or sets the position of the top-left corner of the rectangle.
    Syntax
    'Declaration
     
    
    Public Property Location As C1Point
    public C1Point Location {get; set;}

    Property Value

    The position of the top-left corner of the rectangle. The default is (0, 0).
    Exceptions
    See Also