Search
Renderers.ScrollIconRenderer Property
See Also
 





Gets or sets a ScrollIconRenderer instance used to draw scroll arrows in TableNode caption bar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ScrollIconRenderer ScrollIconRenderer { get; set; }

Visual Basic  Copy Code

Public Shared Property ScrollIconRenderer As ScrollIconRenderer

 Property Value

The default value is null, which applies default icons.

 See Also