The LevelToBrushConverter type exposes the following members.

Constructors

  NameDescription
LevelToBrushConverter

Methods

  NameDescription
Convert
Picks a color from an array of colors according to the given integer. A SolidColourBrush with the picked color is then returned.
(Inherited from LevelToBrushConverterBase.)
ConvertBack
Converts a value from a binding target for writing to a binding source.
(Inherited from LevelToBrushConverterBase.)
ConvertLevelToBrush
Gets the solid color brush for nodes of the specified level.
(Overrides LevelToBrushConverterBase..::.ConvertLevelToBrush(Int32).)

Properties

  NameDescription
Colors
Gets the list of colors to be used for drawing the nodes, in level order.

See Also