ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfString Class / BackColor Property

In This Topic
    BackColor Property (RtfString)
    In This Topic
    Gets or sets background (text) color value for this string.
    Syntax
    'Declaration
     
    Public Property BackColor As Color
    public Color BackColor {get; set;}

    Property Value

    The background color.
    See Also