Class ShapeType
Types of ShapeType
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.SfImageEditor.Android
Assembly: Syncfusion.SfImageEditor.Android.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 None
Declaration
public const ShapeType None
Field Value
Type |
---|
ShapeType |
Path
Represents Path
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 Text
Declaration
public const ShapeType Text
Field Value
Type |
---|
ShapeType |