StyleManager.BackgroundColor Method
    
        Assembly: Topten.RichTextKit.dll
        Namespace: Topten.RichTextKit
                Declaring Type: StyleManager
                        
Changes the background color and returns an updated IStyle
public IStyle BackgroundColor(SkiaSharp.SKColor backgroundColor);Parameters
| SkiaSharp.SKColor backgroundColor | The new background color | 
Returns
| IStyle | An IStyle for the new style | 

