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