C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationBase Class / Attachment Property


In This Topic
Attachment Property
In This Topic
Gets or sets the attachment of the annotation.
Syntax
'Declaration
 
Public Property Attachment As AnnotationAttachment
 
'Usage
 
Dim instance As AnnotationBase
Dim value As AnnotationAttachment
 
instance.Attachment = value
 
value = instance.Attachment
See Also