Gets/sets background color. This color will be used to fill all the areas which are out of the cylinder.

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

Syntax

Visual Basic

Public Property BackgroundColor As Color

C#

public Color BackgroundColor { get; set; }

Property Value

Background color value.

Remarks

Default value is transparent white.