menu

Blazor

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

    Show / Hide Table of Contents

    Class FrameType

    Defines the types of frames available in SfImageEditor.

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

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

    Fields

    Bevel

    Represents an option for a bevel frame.

    Declaration
    public const FrameType Bevel
    Field Value
    Type Description
    FrameType

    Represents the string value: "Bevel"

    Hook

    Represents an option for a hook frame.

    Declaration
    public const FrameType Hook
    Field Value
    Type Description
    FrameType

    Represents the string value: "Hook"

    Inset

    Represents an option for an inset frame.

    Declaration
    public const FrameType Inset
    Field Value
    Type Description
    FrameType

    Represents the string value: "Inset"

    Line

    Represents an option for a line frame.

    Declaration
    public const FrameType Line
    Field Value
    Type Description
    FrameType

    Represents the string value: "Line"

    Mat

    Represents an option for a mat frame.

    Declaration
    public const FrameType Mat
    Field Value
    Type Description
    FrameType

    Represents the string value: "Mat"

    None

    Represents an option indicating no frame.

    Declaration
    public const FrameType None
    Field Value
    Type Description
    FrameType

    Represents the string value: "None"

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