DateTimeEditors for WinRT
C1DragHelperMode Enumeration

Determines the kind of drag gesture that will be listened.
Syntax
'Declaration
 
Public Enum C1DragHelperMode 
   Inherits System.Enum
public enum C1DragHelperMode : System.Enum 
Members
MemberDescription
InertiaApply inertia when drag finish.
TranslateRailXThe drag will be performed in the x coordinates if it start in this direction.
TranslateRailYThe drag will be performed in the y coordinates if it start in this direction.
TranslateXThe drag will be performed only considering x coordinates.
TranslateXYThe drag will be performed considering both x and y coordinates.
TranslateYThe drag will be performed only considering y coordinates.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.C1DragHelperMode

See Also

Reference

C1.Xaml Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback