You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Calendar.Plugin/Shared/Controls/Calendar.xaml.cs
+53-10Lines changed: 53 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ public Style DaysTitleLabelStyle
319
319
/// <summary>
320
320
/// <para> Disables the swipe detection (needs testing on iOS) </para>
321
321
/// Could be useful if your superview has its own swipe-detection logic.
322
-
/// Also see if <seealso cref="SwipeUpCommand"/>, <seealso cref="SwipeUpActionEnabled"/> is useful to you.
322
+
/// Also see if <seealso cref="SwipeUpCommand"/>, <seealso cref="SwipeUpToHideEnabled"/>, <seealso cref="SwipeLeftCommand"/>, <seealso cref="SwipeRightCommand"/> or <seealso cref="SwipeToChangeMonthEnabled"/> is useful to you.
323
323
/// </summary>
324
324
publicboolDisableSwipeDetection
325
325
{
@@ -338,15 +338,48 @@ public ICommand SwipeUpCommand
338
338
set=>SetValue(SwipeUpCommandProperty,value);
339
339
}
340
340
341
-
/// <summary> Bindable property for SwipeUpActionEnabled </summary>
0 commit comments