Enum ScrollMode
This enumeration specifices how a Diagram can be scrolled. Used for ScrollMode.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum ScrollMode
Fields
Name | Description |
---|---|
Document | This value states that the viewport constrains scrolling to the Diagram document bounds. |
Infinite | This value states that the viewport does not constrain scrolling to the Diagram document bounds. |