Skip to main content
All docs
V23.2

PdfShapeAnnotationFacade.BorderEffectIntensity Property

Gets or sets the intensity of the border effect.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double BorderEffectIntensity { get; set; }

Property Value

Type Description
Double

Border effect intensity (from 0 to 2).

Remarks

Use the BorderEffectStyle property to specify the effect applied to the annotation border.

See Also