C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.GridLength
 
'Usage
 
Dim instance As GridColumn
Dim value As Xamarin.Forms.GridLength
 
instance.Width = value
 
value = instance.Width
See Also