Enum Flip
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum Flip
Fields
Name | Description |
---|---|
Both | Draw the object with both X and Y coordinates reversed. |
Horizontal | Draw the object mirror-image, with X coordinate points increasing towards the left. |
None | Draw the object normally. |
Vertical | Draw the object upside-down, with Y coordinate points increasing upwards. |