Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 CoreGraphics.CGPoint
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As CoreGraphics.CGPoint
     
    instance.Location = value
     
    value = instance.Location
    public CoreGraphics.CGPoint Location {get; set;}
    See Also