Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TouchToolbar Class / Show(Double,Double) Method
The X offset.
The Y offset.


In This Topic
    Show(Double,Double) Method
    In This Topic
    Shows the specified X offset.
    Syntax
    'Declaration
     
    Public Sub Show( _
       ByVal offsetX As Double, _
       ByVal offsetY As Double _
    ) 
    'Usage
     
    Dim instance As TouchToolbar
    Dim offsetX As Double
    Dim offsetY As Double
     
    instance.Show(offsetX, offsetY)
    public void Show( 
       double offsetX,
       double offsetY
    )

    Parameters

    offsetX
    The X offset.
    offsetY
    The Y offset.
    See Also