Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / RenderEventArgs Class / Width Property


In This Topic
    Width Property (RenderEventArgs)
    In This Topic
    Gets the control width.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Double
    'Usage
     
    
    Dim instance As RenderEventArgs
    Dim value As Double
     
    value = instance.Width
    public double Width {get;}
    See Also