Click or drag to resize

NodeIsSelected Property

Gets or sets a value indicating whether this instance is selected.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsSelected { get; set; }

Property Value

Type: Boolean
true if this instance is selected; otherwise, false.
See Also