UIPickerViewModel.GetComponentWidth(UIPickerView, nint) Method

Definition

The width of the specified component.

[Foundation.Export("pickerView:widthForComponent:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetComponentWidth (UIKit.UIPickerView pickerView, nint component);
abstract member GetComponentWidth : UIKit.UIPickerView * nint -> nfloat
override this.GetComponentWidth : UIKit.UIPickerView * nint -> nfloat

Parameters

pickerView
UIPickerView
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to