Track.Value Property
.NET Framework 3.0
Gets or sets the current value of the Track as determined by the position of the Thumb control.
Namespace: System.Windows.Controls.Primitives
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public Property Value As Double 'Usage Dim instance As Track Dim value As Double value = instance.Value instance.Value = value
/** @property */ public double get_Value () /** @property */ public void set_Value (double value)
public function get Value () : double public function set Value (value : double)
<object Value="double" .../>
Property Value
The current value of the Track. The default value is zero (0).The Value represents a value that is between the Minimum and Maximum property values.
When a Track control is part of a RangeBase control and the Track.Value property is not explicitly set, this property automatically binds with the RangeBase.Value property.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: