Search
ScrollIconRenderer Constructor (ImageSource, ImageSource, ImageSource, ImageSource)
See Also
 





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

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

 Syntax

C#  Copy Code

public ScrollIconRenderer (
    ImageSource scrollUpIcon,
    ImageSource scrollDownIcon,
    ImageSource disabledScrollUpIcon,
    ImageSource disabledScrollDownIcon
)

Visual Basic  Copy Code

Public New ( _
    scrollUpIcon As ImageSource, _
    scrollDownIcon As ImageSource, _
    disabledScrollUpIcon As ImageSource, _
    disabledScrollDownIcon As ImageSource _
)

 Parameters

scrollUpIcon

An ImageSource representing the scroll-up icon.

scrollDownIcon

An ImageSource representing the scroll-down icon.

disabledScrollUpIcon

An ImageSource representing disabled scroll-up icon.

disabledScrollDownIcon

An ImageSource representing disabled scroll-down icon.

 See Also