Click or drag to resize
CanvasSvgLengthUnits Enumeration
[Win10_15063] Specifies the units for an SVG length.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasSvgLengthUnits
Members
  Member nameValueDescription
Number0[Win10_15063] The length is unitless.
Percentage1[Win10_15063] The length is a percentage value.
Remarks

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

See Also