Table of Contents

Class DiagramPort

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

Represents a pad on a block as a port in the diagram.

public class DiagramPort

Inheritance

Inherited Members

Properties

Direction

Direction of data flow through this port.

public MediaBlockPadDirection Direction { get; set; }

Property Value

MediaBlockPadDirection

Id

Unique identifier for this port (block GUID + pad index + direction).

public string Id { get; set; }

Property Value

string

Label

Display label for the port (media type or pad name).

public string Label { get; set; }

Property Value

string

MediaType

The media type flowing through this port.

public MediaBlockPadMediaType MediaType { get; set; }

Property Value

MediaBlockPadMediaType