Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Ellipse Class / Width Property


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