Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TouchToolbar Class
TouchToolbar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.