Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Site Property


In This Topic
    Site Property (C1Gauge)
    In This Topic
    IComponent Site
    Syntax
    'Declaration
     
    
    Public Property Site As ISite
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As ISite
     
    instance.Site = value
     
    value = instance.Site
    public ISite Site {get; set;}
    See Also