ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / X Property

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