Class BorderEffect
Specifies the border effect of a shape annotation.
Inheritance
System.Object
BorderEffect
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class BorderEffect : Enum
Remarks
This effect is applicable only for rectangle and polygon shapes.
Fields
Cloudy
Represents a cloudy shaped border effect.
Declaration
public const BorderEffect Cloudy
Field Value
Type |
---|
BorderEffect |
Solid
Represents a solid line border effect.
Declaration
public const BorderEffect Solid
Field Value
Type |
---|
BorderEffect |