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

RotateAndFlip.Mode Property

Gets/sets flip/rotate mode.

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

Syntax

Visual Basic
Public Property Mode As RotateFlipType
C#
public RotateFlipType Mode { get; set; }

Property Value

RotateFlipType value specifying flip/rotate mode.

Remarks

Default value is RotateNoneFlipNone.

See Also

Reference