Sdílet prostřednictvím


UIPickerViewModel.GetRowHeight(UIPickerView, IntPtr) Method

Definition

The height of the component at the specified index.

[Foundation.Export("pickerView:rowHeightForComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetRowHeight(UIKit.UIPickerView pickerView, IntPtr component);
[<Foundation.Export("pickerView:rowHeightForComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowHeight : UIKit.UIPickerView * nativeint -> System.Runtime.InteropServices.NFloat
override this.GetRowHeight : UIKit.UIPickerView * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

pickerView
UIPickerView
component
IntPtr

nativeint

Returns

Implements

Attributes

Applies to