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


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

    Property Value

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