Class
SliderElementNames

Represents a list of RadSlider element names used accross the wrapper controls.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class SliderElementNames

Inheritance: objectSliderElementNames

Fields

BottomTickBarName

The name of the bottom tick bar.

Declaration

cs-api-definition
public const string BottomTickBarName = "BottomTickBar"

Field Value

string

EndThumbName

The name of the EndThumb element used in RangeSliderThumb.

Declaration

cs-api-definition
public const string EndThumbName = "EndThumb"

Field Value

string

HorizontalDecreaseButtonName

The name of the horizontal decrease button.

Declaration

cs-api-definition
public const string HorizontalDecreaseButtonName = "DecreaseButton"

Field Value

string

HorizontalIncreaseButtonName

The name of the horizontal increase button.

Declaration

cs-api-definition
public const string HorizontalIncreaseButtonName = "IncreaseButton"

Field Value

string

HorizontalRangeEndThumbName

The name of the horizontal range end thumb element.

Declaration

cs-api-definition
public const string HorizontalRangeEndThumbName = "RangeEndThumb"

Field Value

string

HorizontalRangeMiddleThumbName

The name of the horizontal range middle thumb element.

Declaration

cs-api-definition
public const string HorizontalRangeMiddleThumbName = "RangeMiddleThumb"

Field Value

string

HorizontalRangeStartThumbName

The name of the horizontal range start thumb element.

Declaration

cs-api-definition
public const string HorizontalRangeStartThumbName = "RangeStartThumb"

Field Value

string

HorizontalRangeTemplateName

The name of the horizontal range template grid element.

Declaration

cs-api-definition
public const string HorizontalRangeTemplateName = "HorizontalRangeTemplate"

Field Value

string

HorizontalSingleThumbName

The name of the horizontal single thumb element.

Declaration

cs-api-definition
public const string HorizontalSingleThumbName = "SingleThumbHost"

Field Value

string

HorizontalSingleThumbTemplateName

The name of the horizontal single thumb template grid element.

Declaration

cs-api-definition
public const string HorizontalSingleThumbTemplateName = "HorizontalSingleThumbTemplate"

Field Value

string

HorizontalTemplateName

The name of the horizontal template grid element.

Declaration

cs-api-definition
public const string HorizontalTemplateName = "HorizontalTemplate"

Field Value

string

LeftTickBarName

The name of the left tick bar.

Declaration

cs-api-definition
public const string LeftTickBarName = "TopTickBar"

Field Value

string

MiddleThumbName

The name of the MiddleThumb element used in RangeSliderThumb.

Declaration

cs-api-definition
public const string MiddleThumbName = "MiddleThumb"

Field Value

string

RightTickBarName

The name of the right tick bar.

Declaration

cs-api-definition
public const string RightTickBarName = "BottomTickBar"

Field Value

string

StartThumbName

The name of the StartThumb element used in RangeSliderThumb.

Declaration

cs-api-definition
public const string StartThumbName = "StartThumb"

Field Value

string

TopTickBarName

The name of the top tick bar.

Declaration

cs-api-definition
public const string TopTickBarName = "TopTickBar"

Field Value

string

VerticalDecreaseButtonName

The name of the vertical decrease button.

Declaration

cs-api-definition
public const string VerticalDecreaseButtonName = "VerticalDecreaseHandle"

Field Value

string

VerticalIncreaseButtonName

The name of the vertical increase button.

Declaration

cs-api-definition
public const string VerticalIncreaseButtonName = "VerticalIncreaseHandle"

Field Value

string

VerticalRangeEndThumbName

The name of the vertical range end thumb element.

Declaration

cs-api-definition
public const string VerticalRangeEndThumbName = "RangeEndThumb"

Field Value

string

VerticalRangeMiddleThumbName

The name of the vertical range middle thumb element.

Declaration

cs-api-definition
public const string VerticalRangeMiddleThumbName = "RangeMiddleThumb"

Field Value

string

VerticalRangeStartThumbName

The name of the vertical range start thumb element.

Declaration

cs-api-definition
public const string VerticalRangeStartThumbName = "RangeStartThumb"

Field Value

string

VerticalRangeTemplateName

The name of the vertical range template grid element.

Declaration

cs-api-definition
public const string VerticalRangeTemplateName = "VerticalRangeTemplate"

Field Value

string

VerticalSingleThumbName

The name of the vertical single thumb element.

Declaration

cs-api-definition
public const string VerticalSingleThumbName = "SingleThumbHost"

Field Value

string

VerticalSingleThumbTemplateName

The name of the vertical single thumb template grid element.

Declaration

cs-api-definition
public const string VerticalSingleThumbTemplateName = "VerticalSingleThumbTemplate"

Field Value

string