ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfCell Class / BackFilling Property

In This Topic
    BackFilling Property (RtfCell)
    In This Topic
    Gets or sets the background filling color.
    Syntax
    'Declaration
     
    Public Overrides Property BackFilling As Color
    public override Color BackFilling {get; set;}

    Property Value

    The background filling color.
    See Also