Skip to main content
All docs
V26.1
  • PolygonAnnotation.PolygonIntent Property

    Gets or sets the intent of the polygon annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public PolygonAnnotationIntent PolygonIntent { get; set; }

    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