Share via


UIPageControl.SetCurrentPageIndicatorImage(UIImage, IntPtr) Method

Definition

[Foundation.Export("setCurrentPageIndicatorImage:forPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCurrentPageIndicatorImage(UIKit.UIImage? image, IntPtr page);
[<Foundation.Export("setCurrentPageIndicatorImage:forPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetCurrentPageIndicatorImage : UIKit.UIImage * nativeint -> unit
override this.SetCurrentPageIndicatorImage : UIKit.UIImage * nativeint -> unit

Parameters

image
UIImage
page
IntPtr

nativeint

Attributes

Applies to