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