MindFusion.Wpf Pack Programmer's Guide
Group.Visible Property
See Also
 





Gets or sets a value indicating whether the group is visible.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true if the group is visible; otherwise, false.

 Remarks

Assigning a value to this property sets the Visible property of all items in the group.

 See Also

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace