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

PageCurl.CurlColor Property

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

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

Syntax

Visual Basic
Public Property CurlColor As Color
C#
public Color CurlColor { get; set; }

Property Value

Value specifying a curl color.

Remarks

Background color is opaque white.

See Also

Reference