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

In This Topic
    X Property (C1Point)
    In This Topic
    Gets or sets the x-coordinate value of this C1Point structure.
    Syntax
    'Declaration
     
    
    Public Property X As Double
    public double X {get; set;}

    Property Value

    The x.
    See Also