alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FrameType

    Defines the types of frames available in SfImageEditor.

    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum FrameType
    Remarks

    This option can be used with the DrawFrameAsync method of the image editor control to draw frames on an image.

    Fields

    Name Description
    Bevel

    Represents an option for a bevel frame.

    Hook

    Represents an option for a hook frame.

    Inset

    Represents an option for an inset frame.

    Line

    Represents an option for a line frame.

    Mat

    Represents an option for a mat frame.

    None

    Represents an option indicating no frame.

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