Search
FoldIconRenderer Constructor (ImageSource, ImageSource)
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public FoldIconRenderer (
    ImageSource foldIcon,
    ImageSource unfoldIcon
)

Visual Basic  Copy Code

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

 Parameters

foldIcon

An ImageSource representing the fold icon.

unfoldIcon

An ImageSource representing the unfold icon.

 See Also