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


In This Topic
    ChildCount Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ChildCount As Integer
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Integer
     
    value = instance.ChildCount
    public virtual int ChildCount {get;}
    See Also