Specifies the behavior of a DiagramSurface when the diagram is too big
for the control to display.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum OverflowBehavior |
| Visual Basic (Declaration) |
|---|
Public Enumeration OverflowBehavior |
Members
| Member name | Description | |
|---|---|---|
| Scroll |
Scroll bars are displayed and the user may scroll the view.
| |
| Clip |
The diagram display is clipped to the available size.
|