UIPickerViewDelegate_Extensions.GetRowHeight 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 height of the component at the specified index.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetRowHeight(this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, IntPtr component);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRowHeight : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- pickerView
- UIPickerView
- component
-
IntPtr
nativeint
Returns
- Attributes