UIPageControl.SizeForNumberOfPages(nint) Method
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.
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