PolygonAnnotation.PolygonIntent Property
Gets or sets the intent of the polygon annotation.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PolygonAnnotationIntent | The polygon annotation intent. |
Available values:
| Name | Description |
|---|---|
| None | Specifies no special polygon annotation intent. |
| PolygonCloud | Specifies that the annotation is intended to display a cloud shape. |
| PolygonDimension | Specifies that the annotation is intended to display a polygon dimension. |
See Also