Table of Contents

Enum LlDomVerticalLinkType

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Specifies the vertical link types in the DOM.

[Flags]
public enum LlDomVerticalLinkType

Fields

AtEnd = RelativeToStart | RelativeToEnd

Vertical link at end.

AtEndKeepSize = 16384

Vertical link at end while keeping size.

None = 0

No vertical link.

RelativeToEnd = 32

Vertical link relative to end.

RelativeToStart = 16

Vertical link relative to start.