Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / Width Property


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