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

PageCurl.Corner Property

Gets/sets a curl corner.

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

Syntax

Visual Basic
Public Property Corner As Direction
C#
public Direction Corner { get; set; }

Property Value

Direction specifying a corner of the image to curl.

Remarks

Only "corner" directions are accepted. This way you can specify only these values:

Default value is DownRight.

See Also

Reference