ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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