UIPageControl.SizeForNumberOfPages(nint) Method

Definition

The size this UIPageControl's Bounds needs to be to accomodate the specified number of pages.

[Foundation.Export("sizeForNumberOfPages:")]
public virtual CoreGraphics.CGSize SizeForNumberOfPages (nint pageCount);
abstract member SizeForNumberOfPages : nint -> CoreGraphics.CGSize
override this.SizeForNumberOfPages : nint -> CoreGraphics.CGSize

Parameters

pageCount
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to