Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Parent Property


In This Topic
    Parent Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Android.Views.IViewParent
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Android.Views.IViewParent
     
    value = instance.Parent
    public Android.Views.IViewParent Parent {get;}
    See Also