Enum
ThumbType

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum ThumbType

Fields

East

East thumb.

Declaration

cs-api-definition
East = 6

Field Value

ThumbType

NONE

None of the thumbs.

Declaration

cs-api-definition
NONE = -1

Field Value

ThumbType

North

North thumb.

Declaration

cs-api-definition
North = 5

Field Value

ThumbType

NorthEast

North-east thumb.

Declaration

cs-api-definition
NorthEast = 1

Field Value

ThumbType

NorthWest

North-west thumb.

Declaration

cs-api-definition
NorthWest = 0

Field Value

ThumbType

South

South thumb.

Declaration

cs-api-definition
South = 7

Field Value

ThumbType

SouthEast

South-east thumb.

Declaration

cs-api-definition
SouthEast = 2

Field Value

ThumbType

SouthWest

South-west thumb.

Declaration

cs-api-definition
SouthWest = 3

Field Value

ThumbType

Title

Title thumb.

Declaration

cs-api-definition
Title = 8

Field Value

ThumbType

West

West thumb.

Declaration

cs-api-definition
West = 4

Field Value

ThumbType