Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / MeasureAllChildren Property


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