Search
ExpandIconRenderer Constructor (SvgContent, SvgContent)
See Also
 





Initializes a new instance of the ExpandIconRenderer class that renders collapse / expand icons provided as SVG drawings.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ExpandIconRenderer (
    SvgContent collapseIcon,
    SvgContent expandIcon
)

Visual Basic  Copy Code

Public New ( _
    collapseIcon As SvgContent, _
    expandIcon As SvgContent _
)

 Parameters

collapseIcon

An SvgContent representing the collapse icon.

expandIcon

An SvgContent representing the expand icon.

 See Also