ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.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 System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}

    Property Value

    The background color.
    See Also