Class EdgeControl
Edge control.
Inheritance
System.Object
EdgeControl
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class EdgeControl : Control, IPoolObject, IDisposable
Fields
| Improve this Doc View SourceEdgeProperty
Edge dependency property.
Declaration
public static readonly DependencyProperty EdgeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RoutePointsProperty
Route points dependency property.
Declaration
public static readonly DependencyProperty RoutePointsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SourceProperty
Source vertex dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
StrokeThicknessProperty
Stroke thickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TargetProperty
Target vertex dependency property.
Declaration
public static readonly DependencyProperty TargetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceEdge
Edge.
Declaration
public object Edge { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
RoutePoints
Route points.
Declaration
public System.Windows.Point[] RoutePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Point[] |
Source
Source vertex.
Declaration
public VertexControl Source { get; }
Property Value
Type | Description |
---|---|
VertexControl |
StrokeThickness
Stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Target
Target vertex.
Declaration
public VertexControl Target { get; }
Property Value
Type | Description |
---|---|
VertexControl |
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