ComponentOne Xamarin.iOS Documentation
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / SizeThatFits Method


In This Topic
    SizeThatFits Method (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("sizeThatFits:")>
    <CompilerGeneratedAttribute()>
    Public Overrides Function SizeThatFits( _
       ByVal size As CoreGraphics.CGSize _
    ) As CoreGraphics.CGSize
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim size As CoreGraphics.CGSize
    Dim value As CoreGraphics.CGSize
     
    value = instance.SizeThatFits(size)
    [Foundation.Export("sizeThatFits:")]
    [CompilerGenerated()]
    public override CoreGraphics.CGSize SizeThatFits( 
       CoreGraphics.CGSize size
    )

    Parameters

    size
    See Also