Search Results for

    Show / Hide Table of Contents

    Enum SvgTextTransformation

    This property describes transformations that are added to the text of an element.

    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [TypeConverter(typeof(SvgTextTransformationConverter))]
    [Flags]
    public enum SvgTextTransformation

    Fields

    Name Description
    Capitalize

    First letter of each word of the text is converted to uppercase.

    Inherit

    The value is inherited from the parent element.

    Lowercase

    The text is converted to lowercase.

    None

    The text is not transformed.

    Uppercase

    The text is converted to uppercase.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX