menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomCommand - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomCommand

    Specifies the zoom command.

    Inheritance
    System.Object
    ZoomCommand
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class ZoomCommand : Enum

    Fields

    All

    Enables all the zoomcommand .

    Declaration
    public const ZoomCommand All
    Field Value
    Type
    ZoomCommand

    HorizondalScroll

    Enables HorizondalScroll command to perform scrolling horizonally.

    Declaration
    public const ZoomCommand HorizondalScroll
    Field Value
    Type
    ZoomCommand

    None

    Disables all the behavior for Zoom command.

    Declaration
    public const ZoomCommand None
    Field Value
    Type
    ZoomCommand

    Pan

    Enables Pan command to pan the diagram.

    Declaration
    public const ZoomCommand Pan
    Field Value
    Type
    ZoomCommand

    VerticalScroll

    Enable VerticalScroll command to perform scrolling vertically.

    Declaration
    public const ZoomCommand VerticalScroll
    Field Value
    Type
    ZoomCommand

    Zoom

    Enables both ZoomIn and ZoomOut command .

    Declaration
    public const ZoomCommand Zoom
    Field Value
    Type
    ZoomCommand

    ZoomIn

    Enables ZoomIn command to zoomin the diagram.

    Declaration
    public const ZoomCommand ZoomIn
    Field Value
    Type
    ZoomCommand

    ZoomOut

    Enables ZoomOut command to zoomout the diagram.

    Declaration
    public const ZoomCommand ZoomOut
    Field Value
    Type
    ZoomCommand

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved