Version

SliderValueType Enumeration

Type of objects used by WebSlider for Value, MinValue, SmallChange, etc properties.
Syntax
'Declaration
 
Public Enum SliderValueType 
   Inherits System.Enum
public enum SliderValueType : System.Enum 
Members
MemberDescription
ByteThe byte is used.
DateTimeThe DateTime is used.
DecimalThe decimal is used.
DoubleThe double is used.
FloatThe float is used.
IntThe int is used.
LongThe long is used.
ShortThe short is used.
TimeSpanThe TimeSpan 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