Click or drag to resize

EdgeType Enumeration

Designates the 4 edges of a rectangular area.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public enum EdgeType
Members
Member nameValueDescription
Left0 
Bottom1 
Right2 
Top3 
See Also