Search
DiagramTabItem.IsSelected Property
See Also
 






Gets or sets a value indicating whether this items is selected. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public bool IsSelected { get; set; }

Visual Basic  Copy Code

Public Property IsSelected As Boolean

 Property Value

 See Also