InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Point Structure / X Property

In This Topic
    X Property (Point)
    In This Topic
    Gets or sets the X coordinate of the current Point.
    Syntax
    'Declaration
     
    Public Property X As Double
    public double X {get; set;}
    See Also