Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / TextDecorationLine Property

In This Topic
    TextDecorationLine Property
    In This Topic
    Gets or sets the position of text decoration lines, if any is added to the element.
    Syntax
    'Declaration
     
    Public Property TextDecorationLine As System.Nullable(Of SvgTextDecorationLine)
    public System.Nullable<SvgTextDecorationLine> TextDecorationLine {get; set;}
    See Also