Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / EnableTouchZoom Property


In This Topic
EnableTouchZoom Property (DropDownCalendarInfo)
In This Topic
Gets or sets if Touch Zoom is enabled.
Syntax
'Declaration
 
Public Property EnableTouchZoom As Boolean
 
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Boolean
 
instance.EnableTouchZoom = value
 
value = instance.EnableTouchZoom

Property Value

true if allow user to change view between Mouth and Year view by pinch, otherwise false.
See Also