Click or drag to resize
CanvasSvgAspectScaling Enumeration
[Win10_15063] Represents the meetOrSlice portion of the SVG preserveAspectRatio attribute.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasSvgAspectScaling
Members
  Member nameValueDescription
Meet0[Win10_15063] Scale the viewBox up as much as possible such that the entire viewBox is visible within the viewport.
Slice1[Win10_15063] Scale the viewBox down as much as possible such that the entire viewport is covered by the viewBox.
Remarks

This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.

See Also