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

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

    Property Value

    The y.
    See Also