UIPickerViewModel.GetRowHeight(UIPickerView, 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 height of a row in the UIPickerView.
[Foundation.Export("pickerView:rowHeightForComponent:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetRowHeight (UIKit.UIPickerView pickerView, nint component);
abstract member GetRowHeight : UIKit.UIPickerView * nint -> nfloat
override this.GetRowHeight : UIKit.UIPickerView * nint -> nfloat
Parameters
- pickerView
- UIPickerView
- component
- System.System.IntPtr System.nativeint
Returns
- Attributes