[]
        
(Showing Draft Content)

C1.WinUI.Core.C1DragHelperMode

C1DragHelperMode Enum

Determines the kind of drag gesture that will be listened.

Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public enum C1DragHelperMode : byte

Fields

Name Description
Inertia

Apply inertia when drag finish.

TranslateRailX

The drag will be performed in the x coordinates if it starts in this direction.

TranslateRailY

The drag will be performed in the y coordinates if it starts in this direction.

TranslateX

The drag will be performed only considering x coordinates.

TranslateXY

Both x and y coordinates will be considered in the gesture.

TranslateY

The drag will be performed only considering y coordinates.