Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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
    public double Length {get; set;}
    See Also