From 5de1d655748e205116cd288c52877b17dd4e9f74 Mon Sep 17 00:00:00 2001 From: "jh5.cho" Date: Fri, 24 Mar 2017 22:24:49 +0900 Subject: [PATCH] [ContextPopup] Update Document Change-Id: Id598a459bbe4a33b7a8f30f10632ee57867c5e83 --- Tizen.Xamarin.Forms.Extension/ContextPopup.cs | 5 ----- 1 file changed, 5 deletions(-) mode change 100644 => 100755 Tizen.Xamarin.Forms.Extension/ContextPopup.cs diff --git a/Tizen.Xamarin.Forms.Extension/ContextPopup.cs b/Tizen.Xamarin.Forms.Extension/ContextPopup.cs old mode 100644 new mode 100755 index 9f17afa..ce0909b --- a/Tizen.Xamarin.Forms.Extension/ContextPopup.cs +++ b/Tizen.Xamarin.Forms.Extension/ContextPopup.cs @@ -94,11 +94,6 @@ namespace Tizen.Xamarin.Forms.Extension set { SetValue(OrientationProperty, value); } } - /// - /// Gets or sets whether the ContextPopup will hide automatically when the background is selected - /// or parent geometry is updated. - /// The default value is true. - /// public bool IsAutoHidingEnabled { get { return (bool)GetValue(IsAutoHidingEnabledProperty); } -- 2.7.4