Enum ViewboxStretch
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for ViewboxStretch.
public enum ViewboxStretch
Fields
Uniform = 0
Scale the contained element equally in both directions to fit the larger side of the element's bounds in the given bounds.
UniformToFill = 1
Scale the contained element equally in both directions to fit the smaller side of the element's bounds in the given bounds. There may be clipping in on dimension.