Enum Flip
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
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.