This class is a subclass of Vertex that is displayable in the user interface.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UIVertex : Vertex, IPositioned, ISelectable
Public Class UIVertex _ Inherits Vertex _ Implements IPositioned, ISelectable
public ref class UIVertex : public Vertex, IPositioned, ISelectable
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
UIVertex(Single, Single) |
Creates a new instance of the UIVertex class.
| |
Clone()()() |
Retrieves an exact copy of the vertex.
(Overrides Vertex.Clone()()().) | |
Color |
Gets or sets the color of the vertex.
(Inherited from Vertex.) | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Generates a hash code based on the unique identifier.
(Inherited from Vertex.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
InDegree |
Gets the indegree of the vertex, which is the number of edges ending at the vertex.
(Inherited from Vertex.) | |
label |
The label of the graph object, to be used by deriving classes.
(Inherited from GraphObject.) | |
Label |
Gets or sets the label of the graph object.
(Inherited from GraphObject.) | |
LabelOffsetX |
Gets or sets the horizontal offset for the label of the vertex.
| |
LabelOffsetY |
Gets or sets the vertical offset for the label of the vertex.
| |
Marked |
Gets or sets the marked state of the vertex.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OutDegree |
Gets the outdegree of the vertex, which is the number of edges starting at the vertex.
(Inherited from Vertex.) | |
Selected |
Gets or sets the selected state of the vertex.
| |
Shape |
Gets the shape of the vertex for plotting.
| |
Size |
Gets or sets the size of the vertex for plotting.
| |
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
UniqueId |
Gets the unique identifier of the vertex.
(Inherited from Vertex.) | |
X |
Gets or sets the x position of the vertex.
| |
Y |
Gets or sets the y position of the vertex.
|
Inheritance Hierarchy
Object | |||
GraphObject | |||
Vertex | |||
UIVertex |