ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Double
    public System.double X {get; set;}
    See Also