Share via


UIZoomTransitionOptions.InteractiveDismissShouldBegin Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Func<UIKit.UIZoomTransitionInteractionContext,bool>? InteractiveDismissShouldBegin { [Foundation.Export("interactiveDismissShouldBegin", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setInteractiveDismissShouldBegin:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("interactiveDismissShouldBegin", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setInteractiveDismissShouldBegin:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.InteractiveDismissShouldBegin : Func<UIKit.UIZoomTransitionInteractionContext, bool> with get, set

Property Value

Attributes

Applies to