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


In This Topic
    MeasureAllChildren Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property MeasureAllChildren As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.MeasureAllChildren = value
     
    value = instance.MeasureAllChildren
    public virtual bool MeasureAllChildren {get; set;}
    See Also