menu

Blazor

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

    Show / Hide Table of Contents

    Class ImageEditorDirection

    Defines the flip direction in the SfImageEditor.

    Inheritance
    System.Object
    ImageEditorDirection
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ImageEditorDirection : Enum

    Fields

    Horizontal

    Represents a horizontal direction.

    Declaration
    public const ImageEditorDirection Horizontal
    Field Value
    Type Description
    ImageEditorDirection

    Represents the string value: "Horizontal"

    Vertical

    Represents a vertical direction.

    Declaration
    public const ImageEditorDirection Vertical
    Field Value
    Type Description
    ImageEditorDirection

    Represents the string value: "Vertical"

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