Class ShapeType
Specifies the shape types used in the image editor.
Inheritance
Namespace: Syncfusion.UI.Xaml.ImageEditor.Enums
Assembly: Syncfusion.SfImageEditor.UWP.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 |
Dotted
Represents the dotted line of shape, in a two-dimensional plane, it is defined line of dots by two points.
Declaration
public const ShapeType Dotted
Field Value
Type |
---|
ShapeType |
DottedArrow
Represents the dotted arrow shape. It is specified line of dots and having arrow at line end.
Declaration
public const ShapeType DottedArrow
Field Value
Type |
---|
ShapeType |
DottedDoubleArrow
Represents the dots with double arrow shape. It is specified line of dots and having arrow at both line end.
Declaration
public const ShapeType DottedDoubleArrow
Field Value
Type |
---|
ShapeType |
DoubleArrow
Represents the double arrow as shape type.
Declaration
public const ShapeType DoubleArrow
Field Value
Type |
---|
ShapeType |
Line
Represents the line, which is defined in a two-dimensional plane by two points.
Declaration
public const ShapeType Line
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 |