Table of Contents

CadInputOptions.RenderBackgroundColor Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets the background color of the drawing when it's rendered. The default is white. Default foreground color in the drawing is corrected automatically when required so that it's always visible on the set background color.

public Color RenderBackgroundColor { get; set; }

Property Value

Color

Examples

caller

A GleamTech.Drawing.Color parameter/property can be implicitly (automatically) cast from/to other image libraries:

  • System.Drawing.Color
  • SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats
  • SkiaSharp.SKColor
  • Microsoft.Maui.Graphics.Color