Search
ContentComponent.Content Property
See Also
 





Gets or sets the content of this component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ComponentBase Content { get; set; }

Visual Basic  Copy Code

Public Property Content As ComponentBase

 Property Value

An instance of the ComponentBase class representing the sole child of the component.

 See Also