ComponentOne Xamarin.iOS
IsAuto Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure : IsAuto Property
Gets wether or not the GridUnitType of the GridLength is GridUnitType.Auto.
Syntax
'Declaration
 
Public ReadOnly Property IsAuto As Boolean
'Usage
 
Dim instance As GridLength
Dim value As Boolean
 
value = instance.IsAuto
public bool IsAuto {get;}
See Also

Reference

GridLength Structure
GridLength Members