Version

ValueType Property (WebSlider)

Gets or sets type of values used by "object" type properties of WebSlider related to values such as Value, MinValue, SmallChange, FirstTickmarkValue, etc.
Syntax
'Declaration
 
Public Property ValueType As SliderValueType
public SliderValueType ValueType {get; set;}
Remarks
In case of DateTime, the TimeSpan is used for SmallChange and LargeChange properties; for all other properties the DateTime is used.

For all other types, the corresponding type is used for all properties.
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