Class ImageEditorShapes
Represents to visible the different type of shapes items in shape sub items such as rectangle, circle, arrow ,line, dotted, double arrow, dotted arrow, dotted double arrow.
Inheritance
System.Object
ImageEditorShapes
Namespace: Syncfusion.SfImageEditor.iOS
Assembly: Syncfusion.SfImageEditor.iOS.dll
Syntax
public sealed class ImageEditorShapes : Enum
Fields
Arrow
Represents arrow shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes Arrow
Field Value
| Type |
|---|
| ImageEditorShapes |
Circle
Represents circle shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes Circle
Field Value
| Type |
|---|
| ImageEditorShapes |
Dotted
Represents dotted shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes Dotted
Field Value
| Type |
|---|
| ImageEditorShapes |
DottedArrow
Represents dotted with arrow shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes DottedArrow
Field Value
| Type |
|---|
| ImageEditorShapes |
DottedDoubleArrow
Represents dotted with double arrow shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes DottedDoubleArrow
Field Value
| Type |
|---|
| ImageEditorShapes |
DoubleArrow
Represents double arrow shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes DoubleArrow
Field Value
| Type |
|---|
| ImageEditorShapes |
Line
Represents line shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes Line
Field Value
| Type |
|---|
| ImageEditorShapes |
Rectangle
Represents rectangle shape flagged enum to visible on toolbar
Declaration
public const ImageEditorShapes Rectangle
Field Value
| Type |
|---|
| ImageEditorShapes |