Search
Renderers Members
Properties
 


This class lets you set icons for shared diagram elements such as expand / collapse and fold / unfold buttons, or provide callbacks that draws them using System.Drawing (GDI+) code.

The following tables list the members exposed by the Renderers type.

 Public Properties

  Name Description

ExpandIconRenderer

Gets or sets an ExpandIconRenderer instance used to draw expand / collapse buttons for Expandable nodes.

FoldIconRenderer

Gets or sets a FoldIconRenderer instance used to draw fold and unfold buttons in ContainerNode caption bar.

ScrollIconRenderer

Gets or sets a ScrollIconRenderer instance used to draw scroll arrows in TableNode caption bar.

 See Also