ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.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