Flexivert Library Documentation
UIVertex Class
NamespacesFlexivert.UIUIVertex
This class is a subclass of Vertex that is displayable in the user interface.
Declaration Syntax
C#Visual BasicVisual 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 MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)