Table of Contents

Enum AnnotationBorderStyle

Namespace
LMKit.Document.Annotations
Assembly
LM-Kit.NET.dll

Stroke pattern of a stroked annotation. Dashed uses the normative pattern [3w, 3w] where w is BorderWidth.

public enum AnnotationBorderStyle

Fields

Solid = 0

Continuous stroke (the default).

Dashed = 1

Dashed stroke, pattern [3w, 3w].

Share