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


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