This documentation is for the old version. Go to the latest Graphics Mill docs

PageCurl.BackgroundColor Property

Gets/sets background color of the curled image (in other words, if imagine that the bitmap is a piece of paper, this property specifies a color under this paper).

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

Value specifying background color for the curled image.

Remarks

Background color is transparent white.

See Also

Reference