Release 4.0.0-preview1-00271
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / VisibilityChangeType.cs
index 4e96678..d4fc89e 100755 (executable)
 
 namespace Tizen.NUI
 {
-
+    /// <summary>
+    /// The visibility change type.
+    /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum VisibilityChangeType
     {
         SELF,
         PARENT
     }
 
-}
+}
\ No newline at end of file