This property describes transformations that are added to the text of an element.
[TypeConverter(typeof(SvgTextTransformationConverter))]
[Flags]
public enum SvgTextTransformation
kind:method, kind:property, kind:ctor. Press Esc to clear.CapitalizeFirst letter of each word of the text is converted to uppercase.InheritThe value is inherited from the parent element.LowercaseThe text is converted to lowercase.NoneThe text is not transformed.UppercaseThe text is converted to uppercase.