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

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

    Property Value

    The foreground color.
    See Also