ComponentOne Xamarin.iOS
MinWidth Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : MinWidth Property
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

Reference

GridColumn Class
GridColumn Members