Search
PageIconRenderer Constructor (ImageSource, ImageSource)
See Also
 





Initializes a new instance of the PageIconRenderer class that renders scroll arrow icons provided as bitmaps.

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

 Syntax

C#  Copy Code

public PageIconRenderer (
    ImageSource scrollLeftIcon,
    ImageSource scrollRightIcon
)

Visual Basic  Copy Code

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

 Parameters

scrollLeftIcon

An ImageSource representing the scroll-left icon.

scrollRightIcon

An ImageSource representing the scroll-right icon.

 See Also