Search
ExpandIconRenderer Constructor (ImageSource, ImageSource)
See Also
 





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

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

 Syntax

C#  Copy Code

public ExpandIconRenderer (
    ImageSource collapseIcon,
    ImageSource expandIcon
)

Visual Basic  Copy Code

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

 Parameters

collapseIcon

An ImageSource representing the collapse icon.

expandIcon

An ImageSource representing the expand icon.

 See Also