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


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