[]
Represents FlexDiagram node.
public class Edge : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IEdge, IDiagramElement, IStyleProvider, INotifyPropertyChanged
Public Class Edge
Inherits FrameworkElement
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IEdge, IDiagramElement, IStyleProvider, INotifyPropertyChanged
| Name | Description |
|---|---|
| Edge() |
| Name | Description |
|---|---|
| EdgeStyleProperty | Identifies the EdgeStyle dependency property. |
| SourceArrowProperty | Identifies the SourceArrow dependency property. |
| SourceIDProperty | Identifies the SourceID dependency property. |
| SourceProperty | Identifies the Source dependency property. |
| TargetArrowProperty | Identifies the TargetArrow dependency property. |
| TargetIDProperty | Identifies the TargetID dependency property. |
| TargetProperty | Identifies the Target dependency property. |
| TextProperty | Identifies the Text dependency property. |
| TooltipProperty | Identifies the Tooltip dependency property. |
| Name | Description |
|---|---|
| EdgeStyle | Gets or sets the edge style. |
| Source | Gets or sets the source node. |
| SourceArrow | Gets or sets the source arrow. |
| SourceID | Gets or sets the source node ID. |
| Target | Gets or sets the target node. |
| TargetArrow | Gets or sets the source arrow. |
| TargetID | Gets or sets the target node ID. |
| Text | Gets or sets the edge text. |
| Tooltip | Gets or sets the edge tooltip. |
| Name | Description |
|---|---|
| GetStyle(string) | Gets the platform-independent element style. |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) | |
| SetStyle(_Style, string) | Sets the element style based on provided platform-independent style. |
| Name | Description |
|---|---|
| PropertyChanged | Fires when element property has been changed. |