Flexivert Library Documentation
UIEdge Class
NamespacesFlexivert.UIUIEdge
This class is a subclass of Edge that is displayable in the user interface.
Declaration Syntax
C#Visual BasicVisual C++
public class UIEdge : Edge, ISelectable
Public Class UIEdge _
	Inherits Edge _
	Implements ISelectable
public ref class UIEdge : public Edge, 
	ISelectable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
UIEdge(Vertex, Vertex)
Creates a new instance of the UIEdge class.

Clone()()()
Retrieves an exact copy of the edge.
(Overrides Edge.Clone()()().)
CurveAngle
Gets the angle between the cruved edge's ControlPoint point and the straight line connecting the two ends of the edge.

CurveControlPoint
Gets or sets the ratio of the distance between the first vertex of the edge to the ControlPoint point, according to length of the straight line connecting the two ends of the edge.

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.)
first
The first vertex (origin) of the edge.
(Inherited from Edge.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
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 edge.

LabelOffsetY
Gets or sets the vertical offset for the label of the edge.

Marked
Gets or sets the marked state of the vertex.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
second
The second vertex (destination) of the edge.
(Inherited from Edge.)
Selected
Gets or sets the selected state of the edge.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GraphObject
 Edge
  UIEdge

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