Enum ScrollMode
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifices how a Diagram can be scrolled. Used for ScrollMode.
public enum ScrollMode
Fields
Document = 0
This value states that the viewport constrains scrolling to the Diagram document bounds.
Infinite = 1
This value states that the viewport does not constrain scrolling to the Diagram document bounds.