Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CanUserZoom Property


In This Topic
    CanUserZoom Property (SheetView)
    In This Topic
    Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanUserZoom As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.CanUserZoom = value
     
    value = instance.CanUserZoom
    [DefaultValue(true)]
    public bool CanUserZoom {get; set;}
    See Also