[]
        
(Showing Draft Content)

C1.Win.C1Input.C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection

C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection Class

Represents a collection of named Style objects for thumb.

Inheritance
C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection

Properties

Name Description
BackColor

Gets or sets background color of thumb.

BorderColor

Gets or sets border color of thumb.

CornerRadius

Gets or sets corner radius of thumb.

DisabledBackColor

Gets or sets background color of thumb if control is disabled.

DisabledBorderColor

Gets or sets border color of thumb if control is disabled.

DisabledForeColor

Gets or sets the fore color of the thumb if control is disabled.

ForeColor

Gets or sets the fore color of the thumb.

HotBackColor

Gets or sets background color of thumb if mouse is over it.

HotBorderColor

Gets or sets border color of thumb if mouse is over it.

HotForeColor

Gets or sets the fore color of the thumb if mouse is over it.

Padding

Gets or sets padding within the thumb.

PressedBackColor

Gets or sets background color of thumb when user performs mouse click on it.

PressedBorderColor

Gets or sets border color of thumb when user performs mouse click on it.

PressedForeColor

Gets or sets the fore color of the thumb when user performs mouse click on it.

ThumbType

Gets or sets a value indicating the type of thumb view.

Methods

Name Description
ResetBackColor()
ResetBorderColor()
ResetCornerRadius()
ResetDisabledBackColor()
ResetDisabledBorderColor()
ResetDisabledForeColor()

Restores the default value of the DisabledForeColor property.

ResetForeColorr()

Restores the default value of the ForeColor property.

ResetHotBackColor()
ResetHotBorderColor()
ResetHotForeColor()

Restores the default value of the HotForeColor property.

ResetPadding()
ResetPressedBackColor()
ResetPressedBorderColor()
ResetPressedForeColor()

Restores the default value of the PressedForeColor property.

ResetThumbType()

Restores the default value of the ThumbType property.

ShouldSerializeBackColor()
ShouldSerializeBorderColor()
ShouldSerializeCornerRadius()
ShouldSerializeDisabledBackColor()
ShouldSerializeDisabledBorderColor()
ShouldSerializeDisabledForeColor()

Specifies whether to save the value of the DisabledForeColor property.

ShouldSerializeForeColor()

Specifies whether to save the value of the ForeColor property.

ShouldSerializeHotBackColor()
ShouldSerializeHotBorderColor()
ShouldSerializeHotForeColor()

Specifies whether to save the value of the HotForeColor property.

ShouldSerializePadding()
ShouldSerializePressedBackColor()
ShouldSerializePressedBorderColor()
ShouldSerializePressedForeColor()

Specifies whether to save the value of the PressedForeColor property.

ShouldSerializeThumbType()

Specifies whether to save the value of the ThumbType property.