ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / X Property

In This Topic
    X Property (Coordinate)
    In This Topic
    Gets or sets the value of x-coordinate.
    Syntax
    'Declaration
     
    
    Public Property X As Single
    public float X {get; set;}

    Property Value

    A float value indicates the x-coordinate.
    See Also