[NUI] Fix text padding issue
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / VideoViewHandle.cs
index 5d35420..e251c21 100644 (file)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     internal class SafeNativePlayerHandle : SafeHandle
     {
         /// <summary>
-        /// Constructor, Native player handle is set to handle.
+        /// Initializes a new instance of SafeNativePlayerHandle referencing the given videoView.
         /// </summary>
         internal SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false)
         {