Class VertexControl
Vertex control.
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class VertexControl : Control, IPoolObject, IDisposable
Fields
| Improve this Doc View SourceRootCanvasProperty
Root canvas dependency property.
Declaration
public static readonly DependencyProperty RootCanvasProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
VertexProperty
Vertex dependency property.
Declaration
public static readonly DependencyProperty VertexProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceRootCanvas
Root canvas.
Declaration
public GraphCanvas RootCanvas { get; set; }
Property Value
Type | Description |
---|---|
GraphCanvas |
Vertex
Vertex object.
Declaration
public object Vertex { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
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. |
Reset()
Resets object state.
Declaration
public void Reset()
Terminate()
Frees object resources.
Declaration
public void Terminate()
Events
| Improve this Doc View SourceDisposing
Fired when the object is disposing its resources.
Declaration
public event DisposingHandler Disposing
Event Type
Type | Description |
---|---|
DisposingHandler |
Implements
IDisposable