Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / Y Property


In This Topic
    Y Property (Ellipse)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Y As Double
    'Usage
     
    
    Dim instance As Ellipse
    Dim value As Double
     
    value = instance.Y
    public double Y {get;}
    See Also