Class MediaBlockConnectionDocument
- Assembly
- VisioForge.Core.dll
A single connection between two pads in a pipeline document. Unknown properties are preserved in VisioForge.Core.MediaBlocks.Serialization.MediaBlockConnectionDocument.ExtensionData.
public class MediaBlockConnectionDocumentInheritance
Inherited Members
Properties
ExtensionData
Gets unknown properties that survive load/save without loss.
[JsonExtensionData]
public Dictionary<string, JsonElement> ExtensionData { get; set; }Property Value
From
Gets or sets the source pad of the connection.
public MediaBlockPadReference From { get; set; }Property Value
To
Gets or sets the target pad of the connection.
public MediaBlockPadReference To { get; set; }