Show / Hide Table of Contents

Class VertexControl

Vertex control.

Inheritance
System.Object
VertexControl
CompoundVertexControl
Implements
IPoolObject
IDisposable
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class VertexControl : Control, IPoolObject, IDisposable

Fields

| Improve this Doc View Source

RootCanvasProperty

Root canvas dependency property.

Declaration
public static readonly DependencyProperty RootCanvasProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

VertexProperty

Vertex dependency property.

Declaration
public static readonly DependencyProperty VertexProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

RootCanvas

Root canvas.

Declaration
public GraphCanvas RootCanvas { get; set; }
Property Value
Type Description
GraphCanvas
| Improve this Doc View Source

Vertex

Vertex object.

Declaration
public object Vertex { get; set; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Dispose this object.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Indicates if called by dispose or finalizer.

| Improve this Doc View Source

Reset()

Resets object state.

Declaration
public void Reset()
| Improve this Doc View Source

Terminate()

Frees object resources.

Declaration
public void Terminate()

Events

| Improve this Doc View Source

Disposing

Fired when the object is disposing its resources.

Declaration
public event DisposingHandler Disposing
Event Type
Type Description
DisposingHandler

Implements

IPoolObject
IDisposable

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape