IsSelected Property (VisualIntervalGroup)
In This Topic
Gets or sets a value that determines whether the UI element that has this
VisualInterval as a DataContext is selected. This is a dependency property.
Syntax
'Declaration
Public Property IsSelected As Boolean
public bool IsSelected {get; set;}
See Also