Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / AnnotationBase Class / AnnotationLayer Property


In This Topic
    AnnotationLayer Property
    In This Topic
    Gets or sets the current layer of this annotation.
    Syntax
    'Declaration
     
    
    Public Property AnnotationLayer As AnnotationLayer
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As AnnotationLayer
     
    instance.AnnotationLayer = value
     
    value = instance.AnnotationLayer
    public AnnotationLayer AnnotationLayer {get; set;}

    Property Value

    The layer.
    See Also