AspectRatio.cs File Reference

Classes

class  Svg.AspectRatio
 Description of SvgAspectRatio. More...
 

Namespaces

 Svg
 An implementation of SVG (Scalable Vector Graphic) using a shared DOM such that SVG's can be easily inlined in your HTML.
 

Constant Groups

 Svg
 An implementation of SVG (Scalable Vector Graphic) using a shared DOM such that SVG's can be easily inlined in your HTML.
 

Enumerations

enum  Svg.SVGPreserveAspectRatio {
  Svg.SVGPreserveAspectRatio.xMidYMid, Svg.SVGPreserveAspectRatio.none, Svg.SVGPreserveAspectRatio.xMinYMin, Svg.SVGPreserveAspectRatio.xMidYMin,
  Svg.SVGPreserveAspectRatio.xMaxYMin, Svg.SVGPreserveAspectRatio.xMinYMid, Svg.SVGPreserveAspectRatio.xMaxYMid, Svg.SVGPreserveAspectRatio.xMinYMax,
  Svg.SVGPreserveAspectRatio.xMidYMax, Svg.SVGPreserveAspectRatio.xMaxYMax
}