ComponentOne Xamarin.iOS Documentation
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class / SetNeedsLayout Method


In This Topic
    SetNeedsLayout Method (C1Border)
    In This Topic
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("setNeedsLayout")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub SetNeedsLayout() 
    'Usage
     
    
    Dim instance As C1Border
     
    instance.SetNeedsLayout()
    [Foundation.Export("setNeedsLayout")]
    [CompilerGenerated()]
    public override void SetNeedsLayout()
    See Also