CanvasSvgAspectScaling Enumeration |
Namespace: Microsoft.Graphics.Canvas.Svg
public enum CanvasSvgAspectScaling
Member name | Value | Description | |
---|---|---|---|
Meet | 0 | [Win10_15063] Scale the viewBox up as much as possible such that the entire viewBox is visible within the viewport. | |
Slice | 1 | [Win10_15063] Scale the viewBox down as much as possible such that the entire viewport is covered by the viewBox. |
This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.