Identifies the edge of an element.
Namespace:
Mindscape.WpfDiagrammingAssembly: 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 name | Description | |
|---|---|---|
| Top |
The top edge.
| |
| Right |
The right edge.
| |
| Bottom |
The bottom edge.
| |
| Left |
The left edge.
|