Table of Contents

Class DiagramEdge

Namespace
VisioForge.Core.MediaBlocks.Diagram
Assembly
VisioForge.Core.dll

Represents a connection between two ports in the diagram.

public class DiagramEdge

Inheritance

Inherited Members

Properties

MediaType

The media type of this connection, used for coloring.

public MediaBlockPadMediaType MediaType { get; set; }

Property Value

MediaBlockPadMediaType

SourceNodeId

The node ID of the source (output) side.

public string SourceNodeId { get; set; }

Property Value

string

SourcePortId

The port ID of the source (output) side.

public string SourcePortId { get; set; }

Property Value

string

TargetNodeId

The node ID of the target (input) side.

public string TargetNodeId { get; set; }

Property Value

string

TargetPortId

The port ID of the target (input) side.

public string TargetPortId { get; set; }

Property Value

string