With this property, you can define diagram elements from XAML code.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public IList Content { get; } |
Visual Basic Copy Code |
---|
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 Copy Code |
---|
<d:Diagram Name="diagram" xmlns:d="http://mindfusion.eu/diagramming/wpf"> |
WpfDiagram Programmer's Guide | © 2024 MindFusion |