Search
FoldIconRenderer Constructor (IImage, IImage)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FoldIconRenderer (
    IImage foldIcon,
    IImage unfoldIcon
)

Visual Basic  Copy Code

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

 Parameters

foldIcon

A Microsoft.Maui.Graphics.IImage representing the fold icon.

unfoldIcon

A Microsoft.Maui.Graphics.IImage representing the unfold icon.

 See Also