menu

Blazor

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

    Show / Hide Table of Contents

    Class ShapeType

    Defines the types of shapes available in SfImageEditor.

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

    Fields

    Arrow

    Represents a Arrow shape.

    Declaration
    public const ShapeType Arrow
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Arrow"

    Ellipse

    Represents a Ellipse shape.

    Declaration
    public const ShapeType Ellipse
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Ellipse"

    FreehandDraw

    Represents a Freehand Draw shape.

    Declaration
    public const ShapeType FreehandDraw
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Freehand Draw"

    Image

    Represents a Add image shape.

    Declaration
    public const ShapeType Image
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Image"

    Line

    Represents a Line shape.

    Declaration
    public const ShapeType Line
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Line"

    Path

    Represents a Path shape.

    Declaration
    public const ShapeType Path
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Path"

    Rectangle

    Represents a Rectangle shape.

    Declaration
    public const ShapeType Rectangle
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Rectangle"

    Text

    Represents a Text shape.

    Declaration
    public const ShapeType Text
    Field Value
    Type Description
    ShapeType

    Represents the string value: "Text"

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