Gets or sets the content of the currently selected item. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public Object SelectedContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedContent As Object |
See Also