Identifies the edge of an element.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum Edge
Visual Basic (Declaration)
Public Enumeration Edge

Members

Member nameDescription
Top
The top edge.
Right
The right edge.
Bottom
The bottom edge.
Left
The left edge.

See Also