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