Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / WidthRequest Property


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