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

In This Topic
    TextDecorationStyle Property
    In This Topic
    Gets or sets the style of the line(s) drawn for text decoration.
    Syntax
    'Declaration
     
    Public Property TextDecorationStyle As System.Nullable(Of SvgTextDecorationStyle)
    public System.Nullable<SvgTextDecorationStyle> TextDecorationStyle {get; set;}
    See Also