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


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