Enum SvgTextTransformation
- Namespace
- Svg
- Assembly
- Svg.dll
This property describes transformations that are added to the text of an element.
[TypeConverter(typeof(SvgTextTransformationConverter))]
[Flags]
public enum SvgTextTransformation
Fields
Capitalize = 2
First letter of each word of the text is converted to uppercase.
Inherit = 0
The value is inherited from the parent element.
Lowercase = 8
The text is converted to lowercase.
None = 1
The text is not transformed.
Uppercase = 4
The text is converted to uppercase.