With this property, you can define diagram elements from XAML code.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public IList Content { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Content As IList |
An instance of the ContentCollection class.
Do not use this property directly.
The objects created by the XAML parser are added to the Content property. You can use that to define diagram items in XAML:
XAML
![]() |
---|
<d:Diagram Name="diagram" xmlns:d="http://mindfusion.eu/diagramming/wpf"> |
WpfDiagram Programmer's Guide | © 2025 MindFusion |