ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.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