Enum SvgPreserveAspectRatio
- Namespace
- Svg
- Assembly
- Svg.dll
[TypeConverter(typeof(SvgPreserveAspectRatioConverter))]
public enum SvgPreserveAspectRatio
Fields
none = 1
xMaxYMax = 9
xMaxYMid = 6
xMaxYMin = 4
xMidYMax = 8
xMidYMid = 0
xMidYMin = 3
xMinYMax = 7
xMinYMid = 5
xMinYMin = 2