Share via


UIButtonPointerStyleProvider Delegate

Definition

public delegate UIKit.UIPointerStyle? UIButtonPointerStyleProvider(UIButton button, UIPointerEffect proposedEffect, UIPointerShape proposedShape);
type UIButtonPointerStyleProvider = delegate of UIButton * UIPointerEffect * UIPointerShape -> UIPointerStyle

Parameters

button
UIButton
proposedEffect
UIPointerEffect
proposedShape
UIPointerShape

Return Value

Applies to