Search
FoldIconRenderer Constructor (SvgContent, SvgContent)
See Also
 





Initializes a new instance of the FoldIconRenderer class that renders fold / unfold icons provided as SVG drawings.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FoldIconRenderer (
    SvgContent foldIcon,
    SvgContent unfoldIcon
)

Visual Basic  Copy Code

Public New ( _
    foldIcon As SvgContent, _
    unfoldIcon As SvgContent _
)

 Parameters

foldIcon

An SvgContent representing the fold icon.

unfoldIcon

An SvgContent representing the unfold icon.

 See Also