ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1SizerEventArgs Class / Y Property

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