Search
ScrollToggleView.Color Property
See Also
 






Gets or sets the foreground color of the toggle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color Color { get; set; }

Visual Basic  Copy Code

Public Property Color As Color

 Property Value

A Color object.

 See Also