Gets or sets a value indicating whether to display the property info panel. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowInfo { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowInfo As Boolean |
true to display the values of all dependency properties of the selected element in the tree; otherwise, false.
See Also