Initializes a new instance of the ScrollIconRenderer class that renders scroll arrow icons provided as bitmaps.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ScrollIconRenderer ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An ImageSource representing the scroll-up icon.
An ImageSource representing the scroll-down icon.
An ImageSource representing disabled scroll-up icon.
An ImageSource representing disabled scroll-down icon.
See Also