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


In This Topic
    Height Property (Ellipse)
    In This Topic
    Gets or sets the height of ellipse annotation.
    Syntax
    'Declaration
     
    
    Public Shadows Property Height As Double
    'Usage
     
    
    Dim instance As Ellipse
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public new double Height {get; set;}
    See Also