Search
ScrollToggleView.IsActive Property
See Also
 






Gets or sets a value indicating whether the toggle is active.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsActive { get; set; }

Visual Basic  Copy Code

Public Property IsActive As Boolean

 Property Value

A boolean value.

 See Also