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 = 0Continuous stroke (the default).
Dashed = 1Dashed stroke, pattern
[3w, 3w].