Spread Windows Forms 17
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
    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