Svg.ValueHelpers Class Reference

Detailed Description

Provides functionality for working with various valuetypes found in SVG.

Static Public Member Functions

static TextPathSpacing GetPathSpacing (string text)
 Converts the given textual name into text path spacing. More...
 
static TextPathMethod GetPathMethod (string text)
 Converts the given textual name into a text path method. More...
 
static TextAnchor GetAnchor (string text)
 Converts the given textual name into a text anchor. More...
 
static Overflow GetOverflow (string text)
 Converts the given textual name into an overflow. More...
 
static Css.Value Get (string valueText)
 Gets a CSS standard value. Typically e.g. "2in". More...
 
static BoxRegion GetViewbox (string valueText)
 Converts the given textual name into a box region. More...
 

Member Function Documentation

static Css.Value Svg.ValueHelpers.Get ( string  valueText)
inlinestatic

Gets a CSS standard value. Typically e.g. "2in".

static TextAnchor Svg.ValueHelpers.GetAnchor ( string  text)
inlinestatic

Converts the given textual name into a text anchor.

static Overflow Svg.ValueHelpers.GetOverflow ( string  text)
inlinestatic

Converts the given textual name into an overflow.

static TextPathMethod Svg.ValueHelpers.GetPathMethod ( string  text)
inlinestatic

Converts the given textual name into a text path method.

static TextPathSpacing Svg.ValueHelpers.GetPathSpacing ( string  text)
inlinestatic

Converts the given textual name into text path spacing.

static BoxRegion Svg.ValueHelpers.GetViewbox ( string  valueText)
inlinestatic

Converts the given textual name into a box region.