Visual styles available for annotation borders, including solid, dashed, and simulated 3D effects.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum AnnotationBorderStyle
Fields
Simulate an embossed rectangle that appears raised relative to the page.
C#
Beveled = 2
Draw the border using the current dash pattern.
C#
Dashed = 1
Simulate an engraved rectangle that appears recessed into the page.
C#
Inset = 3
Do not draw a border for this element.
C#
None = 5
Draw the border as a continuous solid line.
C#
Solid = 0
A single line along the bottom of the annotation rectangle.
C#
Underline = 4