Table of Contents

Enum Flip

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for Flip and Flip.

public enum Flip

Fields

Both = 3

Draw the object with both X and Y coordinates reversed.

Horizontal = 2

Draw the object mirror-image, with X coordinate points increasing towards the left.

None = 0

Draw the object normally.

Vertical = 1

Draw the object upside-down, with Y coordinate points increasing upwards.