EllipseInteractionMode Enumeration
Specifies how the user interacts with ellipses.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum EllipseInteractionModeValues
| Value name | Value | Description |
|---|---|---|
| CenterToEdge | 0 | Circles and ellipses are defined from the center point out to the edge. Moving the edge point will not modify the center point geometry. |
| EdgeToEdge | 1 | Circles and ellipses are defined by a point on each side. When one is moved, the other edge point remains still. The center point geometry is moved when moving the nodes. |
Platforms
Windows, Linux, Android