[NUI] Allows user to set the height of the top and bottom borders respectively.
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Window / IBorderInterface.cs
index b95ef36..c7c7152 100755 (executable)
@@ -41,9 +41,10 @@ namespace Tizen.NUI
 
         /// <summary>
         /// The height of the border.
+        /// This value is the initial value used when creating borders.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public uint BorderHeight {get;}
+        public float BorderHeight {get;}
 
         /// <summary>
         /// The minimum size by which the window will small.