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 | |
|---|---|---|
![]() ![]() |
Gets or sets an ExpandIconRenderer instance used to draw expand / collapse buttons for Expandable nodes. |
|
![]() ![]() |
Gets or sets a FoldIconRenderer instance used to draw fold and unfold buttons in ContainerNode caption bar. |
|
![]() ![]() |
Gets or sets a PageIconRenderer instance used to draw page navigation arrows in PagedContainerNode caption bar. |
|
![]() ![]() |
Gets or sets a ScrollIconRenderer instance used to draw scroll arrows in TableNode caption bar. |
See Also