Enum
AnnotationBorderStyle

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:

cs-api-definition
public enum AnnotationBorderStyle

Fields

Beveled

Simulate an embossed rectangle that appears raised relative to the page.

Declaration

cs-api-definition
Beveled = 2

Field Value

AnnotationBorderStyle

Dashed

Draw the border using the current dash pattern.

Declaration

cs-api-definition
Dashed = 1

Field Value

AnnotationBorderStyle

Inset

Simulate an engraved rectangle that appears recessed into the page.

Declaration

cs-api-definition
Inset = 3

Field Value

AnnotationBorderStyle

None

Do not draw a border for this element.

Declaration

cs-api-definition
None = 5

Field Value

AnnotationBorderStyle

Solid

Draw the border as a continuous solid line.

Declaration

cs-api-definition
Solid = 0

Field Value

AnnotationBorderStyle

Underline

A single line along the bottom of the annotation rectangle.

Declaration

cs-api-definition
Underline = 4

Field Value

AnnotationBorderStyle

In this article
DefinitionFieldsBeveledDashedInsetNoneSolidUnderline
Not finding the help you need?
Contact Support