Share via


IUIPickerViewDelegate.GetComponentWidth(UIPickerView, IntPtr) Method

Definition

The width of the component at the specified index.

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

Parameters

pickerView
UIPickerView
component
IntPtr

nativeint

Returns

Attributes

Applies to