TextAnchor.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.TextAnchor { Svg.TextAnchor.Inherit, Svg.TextAnchor.Start, Svg.TextAnchor.Middle, Svg.TextAnchor.End }
 Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point. More...