ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerEventArgs Class / X Property

In This Topic
    X Property (C1SizerEventArgs)
    In This Topic
    Gets the X coordinate of the mouse when the event is fired.
    Syntax
    'Declaration
     
    Public ReadOnly Property X As System.Integer
    public System.int X {get;}
    See Also