Table of Contents

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 = 0

No decoration (the default).

Arrow = 1

Filled arrowhead pointing outward.

Circle = 2

Filled circle centred on the endpoint.

Share