Defines possible shapes for vertices.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum Shapes
Public Enumeration Shapes
public enum class Shapes
Members
Member | Description |
---|---|
Oval |
The vertex is displayed as a circle.
|
Rectangle |
The vertex is displayed as a rectangle.
|
LeftwardTriangle |
The vertex is displayed as a leftward triangle.
|
RightwardTriangle |
The vertex is displayed as a rightward triangle.
|
UpwardTriangle |
The vertex is displayed as an upward triangle.
|
DownwardTriangle |
The vertex is displayed as adownward triangle.
|