UIPickerView.RowSizeForComponent(nint) Method

Definition

The SizeF for rows in the component. Typically, the size required to display the largest string or view used as a row in the component.

[Foundation.Export("rowSizeForComponent:")]
public virtual CoreGraphics.CGSize RowSizeForComponent (nint component);
abstract member RowSizeForComponent : nint -> CoreGraphics.CGSize
override this.RowSizeForComponent : nint -> CoreGraphics.CGSize

Parameters

component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to