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... | |
|
inlinestatic |
Gets a CSS standard value. Typically e.g. "2in".
|
inlinestatic |
Converts the given textual name into a text anchor.
|
inlinestatic |
Converts the given textual name into an overflow.
|
inlinestatic |
Converts the given textual name into a text path method.
|
inlinestatic |
Converts the given textual name into text path spacing.
|
inlinestatic |
Converts the given textual name into a box region.