Enum AnnotationLineEnding
- Namespace
- LMKit.Document.Annotations
- Assembly
- LM-Kit.NET.dll
Ending decoration of a Line extremity. Arrow size is
max(11, 4.5w), circle radius max(3, 1.6w) (normative, see the standard).
public enum AnnotationLineEnding
Fields
None = 0No decoration (the default).
Arrow = 1Filled arrowhead pointing outward.
Circle = 2Filled circle centred on the endpoint.