Search
PageIconRenderer Constructor (SvgContent, SvgContent)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PageIconRenderer (
    SvgContent scrollLeftIcon,
    SvgContent scrollRightIcon
)

Visual Basic  Copy Code

Public New ( _
    scrollLeftIcon As SvgContent, _
    scrollRightIcon As SvgContent _
)

 Parameters

scrollLeftIcon

An SvgContent representing the scroll-left icon.

scrollRightIcon

An SvgContent representing the scroll-right icon.

 See Also