Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / WidthProperty Field


In This Topic
    WidthProperty Field (Ellipse)
    In This Topic
    Identifies the Width dependency property.
    Syntax
    'Declaration
     
    
    Public Shadows Shared ReadOnly WidthProperty As Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = Ellipse.WidthProperty
    public new static readonly Xamarin.Forms.BindableProperty WidthProperty
    See Also