Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Label Class / SizeThatFits Method


In This Topic
    SizeThatFits Method (C1Label)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function SizeThatFits( _
       ByVal size As CoreGraphics.CGSize _
    ) As CoreGraphics.CGSize
    'Usage
     
    
    Dim instance As C1Label
    Dim size As CoreGraphics.CGSize
    Dim value As CoreGraphics.CGSize
     
    value = instance.SizeThatFits(size)
    public override CoreGraphics.CGSize SizeThatFits( 
       CoreGraphics.CGSize size
    )

    Parameters

    size
    See Also