8d6d2260e0791f94e6955d1b44b8d04c6d7f1883
[platform/core/csapi/nui.git] / Tizen.NUI / src / internal / VisualType.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 3.0.9
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10
11 namespace Tizen.NUI {
12
13     internal enum VisualType {
14   BORDER,
15   COLOR,
16   GRADIENT,
17   IMAGE,
18   MESH,
19   PRIMITIVE,
20   WIREFRAME
21
22   ,
23   TEXT
24 }
25
26 }