EnableTouchZoom Property (DropDownCalendarInfo)
Gets or sets if Touch Zoom is enabled.
public bool EnableTouchZoom {get; set;}
'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.