Gets or sets a value indicating whether the shape properties panel should be visible. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowShapeProperties { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowShapeProperties As Boolean |
See Also