C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / GetSize Method


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

Return Value

The size of the annotation
See Also