Search
ScrollToggleView.ActiveColor Property
See Also
 






Gets or sets the foreground color of the toggle when it is active.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color ActiveColor { get; set; }

Visual Basic  Copy Code

Public Property ActiveColor As Color

 Property Value

A Color object.

 See Also