Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PanDirection

    Specifies the direction of panning.

    Inheritance
    System.Object
    PanDirection
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PanDirection : Enum

    Fields

    Bottom

    Specifies the maps to pan in the bottom direction.

    Declaration
    public const PanDirection Bottom
    Field Value
    Type Description
    PanDirection

    Left

    Specifies the maps to pan in the left direction.

    Declaration
    public const PanDirection Left
    Field Value
    Type Description
    PanDirection

    None

    Specifies the maps to pan map by mouse move.

    Declaration
    public const PanDirection None
    Field Value
    Type Description
    PanDirection

    Right

    Specifies the maps to pan in the right direction.

    Declaration
    public const PanDirection Right
    Field Value
    Type Description
    PanDirection

    Top

    Specifies the maps to pan in the top direction.

    Declaration
    public const PanDirection Top
    Field Value
    Type Description
    PanDirection

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved