Search Results for

    Show / Hide Table of Contents

    Enum SvgTextDecoration

    This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value.

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

    Fields

    Name Description
    Blink

    The text will blink.

    Inherit

    The value is inherited from the parent element.

    LineThrough

    The text is struck through.

    None

    The text is not decorated

    Overline

    The text is overlined.

    Underline

    The text is underlined.

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