Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1BulletGraph Class / AwakeFromNib Method


In This Topic
    AwakeFromNib Method (C1BulletGraph)
    In This Topic
    Called after the object has been loaded from the nib file.
    Syntax
    'Declaration
     
    
    Public Overrides Sub AwakeFromNib() 
    'Usage
     
    
    Dim instance As C1BulletGraph
     
    instance.AwakeFromNib()
    public override void AwakeFromNib()
    See Also