Class AnnotationShape
Specifies the annotation shapes in image editor.
Inheritance
System.Object
AnnotationShape
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class AnnotationShape : Enum
Fields
Arrow
Represents the arrow.
Declaration
public const AnnotationShape Arrow
Field Value
Type |
---|
AnnotationShape |
Circle
Represents the circle.
Declaration
public const AnnotationShape Circle
Field Value
Type |
---|
AnnotationShape |
Dotted
Represents the dotted line.
Declaration
public const AnnotationShape Dotted
Field Value
Type |
---|
AnnotationShape |
DottedArrow
Represents the dotted arrow.
Declaration
public const AnnotationShape DottedArrow
Field Value
Type |
---|
AnnotationShape |
DottedDoubleArrow
Represents the dotted double arrow.
Declaration
public const AnnotationShape DottedDoubleArrow
Field Value
Type |
---|
AnnotationShape |
DoubleArrow
Represents the double arrow.
Declaration
public const AnnotationShape DoubleArrow
Field Value
Type |
---|
AnnotationShape |
Line
Represents the line.
Declaration
public const AnnotationShape Line
Field Value
Type |
---|
AnnotationShape |
Pen
Represents the pen.
Declaration
public const AnnotationShape Pen
Field Value
Type |
---|
AnnotationShape |
Polygon
Represents the polygon.
Declaration
public const AnnotationShape Polygon
Field Value
Type |
---|
AnnotationShape |
Polyline
Represents the polyline.
Declaration
public const AnnotationShape Polyline
Field Value
Type |
---|
AnnotationShape |
Rectangle
Represents the rectangle shape.
Declaration
public const AnnotationShape Rectangle
Field Value
Type |
---|
AnnotationShape |