CadInputOptionsRenderBackgroundColor Property

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.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public Color RenderBackgroundColor { get; set; }

Property Value

Color

Example

  Notes to Callers

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

See Also