alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class ZoomMode

    Specifies the zooming mode.

    Inheritance
    System.Object
    ZoomMode
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public sealed class ZoomMode : Enum

    Fields

    X

    Zooms with respect to the horizontal axis.

    Declaration
    public const ZoomMode X
    Field Value
    Type
    ZoomMode

    XY

    Zooms regarding both vertical and horizontal axes.

    Declaration
    public const ZoomMode XY
    Field Value
    Type
    ZoomMode

    Y

    Zooms with respect to the vertical axis.

    Declaration
    public const ZoomMode Y
    Field Value
    Type
    ZoomMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved