PdfShapeAnnotationFacade.BorderEffectStyle Property
In This Article
Gets or sets the effect applied to the annotation border.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationBorderEffectStyle BorderEffectStyle { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the border effect. |
Available values:
Name | Description |
---|---|
No |
No effect is applied. |
Cloudy |
The border appears “cloudy”– the border is drawn as a series of convex curved line segments. |
#Remarks
Use the BorderEffectIntensity property to specify the border effect intensity.
See Also