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


In This Topic
    IsVisible Property (AnnotationBase)
    In This Topic
    Gets or sets a value indicating whether annotation is visible.
    Syntax
    'Declaration
     
    
    Public Property IsVisible As Boolean
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As Boolean
     
    instance.IsVisible = value
     
    value = instance.IsVisible
    public bool IsVisible {get; set;}
    See Also