Overflow.cs File Reference

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.Overflow {
  Svg.Overflow.Inherit, Svg.Overflow.Auto, Svg.Overflow.Visible, Svg.Overflow.Hidden,
  Svg.Overflow.Scroll
}