Initializes a new instance of the ExpandIconRenderer class that renders collapse / expand icons provided as bitmaps.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ExpandIconRenderer ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A System.Drawing.Image representing the collapse icon.
A System.Drawing.Image representing the expand icon.
See Also