Class ThumbType
Spacifies the different types of thumbs of SfDiagram control elements.
Inheritance
System.Object
ThumbType
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ThumbType : Enum
Fields
Bezier
Specifies the bezier thumbs.
Declaration
public const ThumbType Bezier
Field Value
Type |
---|
ThumbType |
EndThumb
Specifies the end thumbs.
Declaration
public const ThumbType EndThumb
Field Value
Type |
---|
ThumbType |
None
Specifies that thumb type is not available.
Declaration
public const ThumbType None
Field Value
Type |
---|
ThumbType |
Orthogonal
Specifies the orthogonal thumbs.
Declaration
public const ThumbType Orthogonal
Field Value
Type |
---|
ThumbType |
OverviewResizer
Specifies the overview resizing thumbs.
Declaration
public const ThumbType OverviewResizer
Field Value
Type |
---|
ThumbType |
QuickCommand
Specifies the quick command thumbs.
Declaration
public const ThumbType QuickCommand
Field Value
Type |
---|
ThumbType |