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 = 2First letter of each word of the text is converted to uppercase.
Inherit = 0The value is inherited from the parent element.
Lowercase = 8The text is converted to lowercase.
None = 1The text is not transformed.
Uppercase = 4The text is converted to uppercase.