manual binding for TextEditor and ApplicationExtension
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / View.cs
index 5ecda10..9499b4a 100755 (executable)
@@ -3116,6 +3116,18 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
+        /// Gets the View's ID.
+        /// Readonly
+        /// </summary>
+        public uint ID
+        {
+            get
+            {
+                return GetId();
+            }
+        }
+
+        /// <summary>
         /// Gets/Sets the status of whether an view should emit touch or hover signals.
         /// </summary>
         public bool Sensitive