Search
ScrollBarView.Value Property
See Also
 






Gets or sets the value of the scrollbar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

A double value.

 See Also