Version

Value Property (WebSlider)

Gets sets main value.
Syntax
'Declaration
 
Public Property Value As Object
public object Value {get; set;}
Remarks

Notes:

The type of object returned by the get of this property is defined by the ValueType.

If value is not set or it is smaller than MinValue, then at run time the MinValue is used automatically.

If value is larger than MaxValue, then the MaxValue is used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also