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