Gets or sets a value indicating whether the group is visible.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Visible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Visible As Boolean |
true if the group is visible; otherwise, false.
RemarksAssigning a value to this property sets the Visible property of all items in the group.
See Also