Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Template Class / AnnoTemplate Property


In This Topic
    AnnoTemplate Property
    In This Topic
    Gets or sets the UIKit.UIView of annotation.
    Syntax
    'Declaration
     
    
    Public Property AnnoTemplate As UIKit.UIView
    'Usage
     
    
    Dim instance As Template
    Dim value As UIKit.UIView
     
    instance.AnnoTemplate = value
     
    value = instance.AnnoTemplate
    public UIKit.UIView AnnoTemplate {get; set;}
    See Also