ComponentOne Xamarin.iOS
Width Property (GridColumn)


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

Reference

GridColumn Class
GridColumn Members