TreePlusUINode MembersTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight

The TreePlusUINode type exposes the following members.
Constructors

  NameDescription
Public methodTreePlusUINode
Initializes a TreePlusUINode instance.
Back to Top
Methods

  NameDescription
Public methodInitializeComponent
InitializeComponent
Public methodUpdate
Updates the visuals of this Node (including Wins/Losses as well as the displayed Image).
Back to Top
Properties

  NameDescription
Public propertyFound
Whether or not this Node is highlighted.
Public propertyHighlighted
Whether or not this Node is highlighted.
Public propertyLosses
Number of Losses for this fighter.
Public propertyNode
The TreePlus-Node this UI-Element represents.
Public propertyReferenced
Whether or not this Node is referenced by a highlighted Node.
Public propertyText
The Text this UIElement is set to. Usually the fighters name.
Public propertyWins
Number of Wins for this fighter.
Back to Top
See Also