Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationBase Class / GetSize Method


In This Topic
    GetSize Method (AnnotationBase)
    In This Topic
    Gets the size of the annotation.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSize() As _Size
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As _Size
     
    value = instance.GetSize()
    protected virtual _Size GetSize()

    Return Value

    The size of the annotation
    See Also