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" |