Initializes a new instance of the FoldIconRenderer class that renders fold / unfold icons provided as bitmaps.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public FoldIconRenderer ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An ImageSource representing the fold icon.
An ImageSource representing the unfold icon.
See Also