UISwipeActionsConfiguration.PerformsFirstActionWithFullSwipe Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value that controls whether a full swipe causes the first action in UISwipeActionsConfiguration to be performed. Default is true
.
public virtual bool PerformsFirstActionWithFullSwipe { [Foundation.Export("performsFirstActionWithFullSwipe")] get; [Foundation.Export("setPerformsFirstActionWithFullSwipe:")] set; }
member this.PerformsFirstActionWithFullSwipe : bool with get, set
Property Value
- Attributes