Class DiagramEdge
- Namespace
- VisioForge.Core.MediaBlocks.Diagram
- Assembly
- VisioForge.Core.dll
Represents a connection between two ports in the diagram.
public class DiagramEdgeInheritance
Inherited Members
Properties
MediaType
The media type of this connection, used for coloring.
public MediaBlockPadMediaType MediaType { get; set; }Property Value
SourceNodeId
The node ID of the source (output) side.
public string SourceNodeId { get; set; }Property Value
SourcePortId
The port ID of the source (output) side.
public string SourcePortId { get; set; }Property Value
TargetNodeId
The node ID of the target (input) side.
public string TargetNodeId { get; set; }Property Value
TargetPortId
The port ID of the target (input) side.
public string TargetPortId { get; set; }