menu

WPF

  • Code Examples
  • 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

    [Obsolete] Use HorizontalScroll instead.

    HorizontalScroll

    Enables HorizontalScroll command to perform scrolling horizontally.

    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 - 2025 Syncfusion Inc. All Rights Reserved