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

In This Topic
    X Property (C1Rect)
    In This Topic
    Gets or sets the x-axis value of the left side of the rectangle.
    Syntax
    'Declaration
     
    
    Public Property X As Double
    public double X {get; set;}
    See Also