Designates the 4 edges of a rectangular area.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [SerializableAttribute]
public enum EdgeType
Members Member name | Value | Description |
---|
Left | 0 | |
Bottom | 1 | |
Right | 2 | |
Top | 3 | |
See Also