ComponentOne Xamarin.iOS
IsAbsolute Property


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

Reference

GridLength Structure
GridLength Members