8304c5495ce9f8891048507c484fdc8b33cd89b1
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / efl / efl_ui_types.eot.cs
1 #pragma warning disable CS1591
2 using System;
3 using System.Runtime.InteropServices;
4 using System.Collections.Generic;
5 using System.Linq;
6 using System.Threading;
7 using System.ComponentModel;
8 namespace Efl {
9
10 namespace Ui {
11
12 /// <summary>Permitted directions for dragging objects.</summary>
13 public enum DragDir
14 {
15 /// <summary>Not draggable in any direction.</summary>
16 None = 0,
17 /// <summary>Draggable horizontally.</summary>
18 X = 1,
19 /// <summary>Draggable vertically.</summary>
20 Y = 2,
21 /// <summary>Draggable in both directions.</summary>
22 Xy = 3,
23 }
24
25 }
26
27 }
28