Enum ImageEditorDirection
Defines the flip direction in the SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ImageEditorDirection
Fields
| Name | Description |
|---|---|
| Horizontal | Represents a horizontal direction. |
| Vertical | Represents a vertical direction. |