UIPickerView.RowSizeForComponent(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 SizeF for rows in the component. Typically, the size required to display the largest string or view used as a row in the component.
[Foundation.Export("rowSizeForComponent:")]
public virtual CoreGraphics.CGSize RowSizeForComponent (nint component);
abstract member RowSizeForComponent : nint -> CoreGraphics.CGSize
override this.RowSizeForComponent : nint -> CoreGraphics.CGSize
Parameters
- component
- System.System.IntPtr System.nativeint
Returns
- Attributes