Spread Windows Forms 12.0 Product Documentation
EnableTouchZoom Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : EnableTouchZoom Property
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
public bool EnableTouchZoom {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members