Spread Silverlight Documentation
Show(Double,Double) Method


GrapeCity.Windows.SpreadSheet.UI Namespace > TouchToolbar Class : Show(Double,Double) Method
The X offset.
The Y offset.
Shows the specified X offset.
Syntax
'Declaration
 
Public Sub Show( _
   ByVal offsetX As System.Double, _
   ByVal offsetY As System.Double _
) 
'Usage
 
Dim instance As TouchToolbar
Dim offsetX As System.Double
Dim offsetY As System.Double
 
instance.Show(offsetX, offsetY)
public void Show( 
   System.double offsetX,
   System.double offsetY
)

Parameters

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

Reference

TouchToolbar Class
TouchToolbar Members