Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / MinWidth Property


In This Topic
    MinWidth Property
    In This Topic
    Gets or sets the minimum width of the column.
    Syntax
    'Declaration
     
    
    Public Property MinWidth As Double
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Double
     
    instance.MinWidth = value
     
    value = instance.MinWidth
    public double MinWidth {get; set;}
    See Also