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 DiagramPortInheritance
Inherited Members
Properties
Direction
Direction of data flow through this port.
public MediaBlockPadDirection Direction { get; set; }Property Value
Id
Unique identifier for this port (block GUID + pad index + direction).
public string Id { get; set; }Property Value
Label
Display label for the port (media type or pad name).
public string Label { get; set; }Property Value
MediaType
The media type flowing through this port.
public MediaBlockPadMediaType MediaType { get; set; }