Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationBase Class / Location Property


In This Topic
    Location Property
    In This Topic
    Gets or sets the location of annotation.
    Syntax
    'Declaration
     
    
    Public Property Location As Xamarin.Forms.Point
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As Xamarin.Forms.Point
     
    instance.Location = value
     
    value = instance.Location
    public Xamarin.Forms.Point Location {get; set;}
    See Also