[ContextPopup] Update Document 95/120895/1
authorjh5.cho <jh5.cho@samsung.com>
Fri, 24 Mar 2017 13:24:49 +0000 (22:24 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Fri, 24 Mar 2017 13:24:49 +0000 (22:24 +0900)
Change-Id: Id598a459bbe4a33b7a8f30f10632ee57867c5e83

Tizen.Xamarin.Forms.Extension/ContextPopup.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9f17afa..ce0909b
@@ -94,11 +94,6 @@ namespace Tizen.Xamarin.Forms.Extension
             set { SetValue(OrientationProperty, value); }
         }
 
-        /// <summary>
-        /// Gets or sets whether the ContextPopup will hide automatically when the background is selected
-        /// or parent geometry is updated.
-        /// The default value is true.
-        /// </summary>
         public bool IsAutoHidingEnabled
         {
             get { return (bool)GetValue(IsAutoHidingEnabledProperty); }