Skip to main content
All docs
V26.1
  • AnnotationBorderEffect.Style Property

    Gets or sets the annotation border effect style.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public AnnotationBorderEffectStyle Style { get; set; }

    Property Value

    Type Description
    AnnotationBorderEffectStyle

    The annotation border effect style.

    Available values:

    Name Description
    NoEffect

    No effect applied.

    CloudyEffect

    Draws the border as a series of convex curved segments.

    See Also