[EflSharp] Update Circle and efl cs files (#945)
[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 [Efl.Eo.BindingEntity]
14 public enum DragDir
15 {
16 /// <summary>Not draggable in any direction.</summary>
17 None = 0,
18 /// <summary>Draggable horizontally.</summary>
19 X = 1,
20 /// <summary>Draggable vertically.</summary>
21 Y = 2,
22 /// <summary>Draggable in both directions.</summary>
23 Xy = 3,
24 }
25
26 }
27
28 }
29