WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ZoomCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ZoomCommand

    Specifies the zoom command.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum ZoomCommand

    Fields

    Name Description
    All

    Enables all the zoomcommand .

    HorizondalScroll

    Enables HorizondalScroll command to perform scrolling horizonally.

    None

    Disables all the behavior for Zoom command.

    Pan

    Enables Pan command to pan the diagram.

    VerticalScroll

    Enable VerticalScroll command to perform scrolling vertically.

    Zoom

    Enables both ZoomIn and ZoomOut command .

    ZoomIn

    Enables ZoomIn command to zoomin the diagram.

    ZoomOut

    Enables ZoomOut command to zoomout the diagram.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved