ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / Underline Property

In This Topic
    Underline Property (RtfString)
    In This Topic
    Gets or sets underline type for this string.
    Syntax
    'Declaration
     
    Public Property Underline As RtfUnderlineStyle
    public RtfUnderlineStyle Underline {get; set;}

    Property Value

    The underline type of the text.
    See Also