[]
        
(Showing Draft Content)

C1.WPF.Diagram.Edge

Edge Class

Represents FlexDiagram node.

Namespace: C1.WPF.Diagram
Assembly: C1.WPF.Diagram.dll
Syntax
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

Constructors

Name Description
Edge()

Fields

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.

Properties

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.

Methods

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.

Events

Name Description
PropertyChanged

Fires when element property has been changed.