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