C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Square Class / Length Property


In This Topic
Length Property
In This Topic
Gets or sets the length of the square annotation.
Syntax
'Declaration
 
Public Property Length As Double
 
'Usage
 
Dim instance As Square
Dim value As Double
 
instance.Length = value
 
value = instance.Length
See Also