Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer.Model Namespace / Rect Class / X Property

In This Topic
    X Property (Rect)
    In This Topic
    The x-coordinate of the upper-left corner
    Syntax
    'Declaration
     
    
    Public Property X As Double
    public double X {get; set;}
    See Also