Search
DiagramView.ScrollToggleColor Property
See Also
 






Gets or sets the color of the scroll toggle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color ScrollToggleColor { get; set; }

Visual Basic  Copy Code

Public Property ScrollToggleColor As Color

 Property Value

A Color object.

 See Also