Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public double Value { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property Value As Double
	Get
	Set

See Also