New to Telerik UI for WPFStart a free 30-day trial

Represents the type of thumb in a RadWindow control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public enum ThumbType

Fields

East thumb.

C#
East = 6

None of the thumbs.

C#
NONE = -1

North thumb.

C#
North = 5

North-east thumb.

C#
NorthEast = 1

North-west thumb.

C#
NorthWest = 0

South thumb.

C#
South = 7

South-east thumb.

C#
SouthEast = 2

South-west thumb.

C#
SouthWest = 3

Title thumb.

C#
Title = 8

West thumb.

C#
West = 4