Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripOpeningEventArgs Class / Y Property


In This Topic
    Y Property (TouchStripOpeningEventArgs)
    In This Topic
    Gets or sets the vertical position for the tapped position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Y As Integer
    'Usage
     
    
    Dim instance As TouchStripOpeningEventArgs
    Dim value As Integer
     
    value = instance.Y
    public int Y {get;}

    Property Value

    An integer that indicates the vertical position for the tapped position.
    See Also