Gets/sets the value which specifies whether to fill underlying image with the BackgroundColor. If true, brush will draw only hatch with ForegroundColor.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Property TransparentBackground As Boolean

C#

public bool TransparentBackground { get; set; }

Property Value

Value specifying if to use BackgroundColor to fill background (false), or interpret it as transparent (true).