Specifies an index of the background color.

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

Syntax

Visual Basic

Public Property BackgroundEntryIndex As Integer

C#

public int BackgroundEntryIndex { get; set; }

Property Value

An index in the global palette for the background color.

Remarks

Using this property you can also disable background. To do this, pass -1.

If GlobalPalette is not specified, this property is ignored (the same effect as specifying -1).

Default value is -1.