Class ShapeType
Types of ShapeType
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.SfImageEditor.iOS
Assembly: Syncfusion.SfImageEditor.iOS.dll
Syntax
public sealed class ShapeType : Enum
Fields
Arrow
Represents the arrow as shape type.
Declaration
public const ShapeType Arrow
Field Value
Type |
---|
ShapeType |
Circle
Represents circle
Declaration
public const ShapeType Circle
Field Value
Type |
---|
ShapeType |
Dotted
Represents the dotted line as shape type.
Declaration
public const ShapeType Dotted
Field Value
Type |
---|
ShapeType |
DottedArrow
Represents the dotted with arrow as shape type.
Declaration
public const ShapeType DottedArrow
Field Value
Type |
---|
ShapeType |
DottedDoubleArrow
Represents the dotted with double arrow as shape type.
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 as shape type.
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 Rectangle
Declaration
public const ShapeType Rectangle
Field Value
Type |
---|
ShapeType |
Text
Represents Text
Declaration
public const ShapeType Text
Field Value
Type |
---|
ShapeType |