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