alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ShapeType

    Specifies the shape types used in the image editor.

    Inheritance
    System.Object
    ShapeType
    Namespace: Syncfusion.UI.Xaml.ImageEditor.Enums
    Assembly: Syncfusion.SfImageEditor.WPF.dll
    Syntax
    public sealed class ShapeType : Enum

    Fields

    Arrow

    Represents the arrow connected with line. The shape as arrow at line end.

    Declaration
    public const ShapeType Arrow
    Field Value
    Type
    ShapeType

    Circle

    Represents the rounded shape, which is defined in a two-dimensional curved shape without corner/edges.

    Declaration
    public const ShapeType Circle
    Field Value
    Type
    ShapeType

    None

    Represents the none as shape type.

    Declaration
    public const ShapeType None
    Field Value
    Type
    ShapeType

    Path

    Represents the path as shape type.

    Declaration
    public const ShapeType Path
    Field Value
    Type
    ShapeType

    Rectangle

    Represents the rectangle. The shape two sides are paralled.

    Declaration
    public const ShapeType Rectangle
    Field Value
    Type
    ShapeType

    Text

    Represents th text as shape type.

    Declaration
    public const ShapeType Text
    Field Value
    Type
    ShapeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved