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 | RelativeToEndVertical link at end.
AtEndKeepSize = 16384Vertical link at end while keeping size.
None = 0No vertical link.
RelativeToEnd = 32Vertical link relative to end.
RelativeToStart = 16Vertical link relative to start.