Enum AutoScale
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies how the Diagram should attempt to scale its DocumentBounds into the view. Used for AutoScale.
public enum AutoScale
Fields
None = 0
The default auto scale type, does not attempt to scale.
Uniform = 1
The whole DocumentBounds are scaled uniformly to fit in the view.
UniformToFill = 2
The whole DocumentBounds are scaled to fit in the view in one direction while a scrollbar is still needed in the other direction.