Share via


UIPickerView.RowSizeForComponent(IntPtr) 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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize RowSizeForComponent(IntPtr component);
[<Foundation.Export("rowSizeForComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowSizeForComponent : nativeint -> CoreGraphics.CGSize
override this.RowSizeForComponent : nativeint -> CoreGraphics.CGSize

Parameters

component
IntPtr

nativeint

Returns

Attributes

Applies to