C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / IsAbsolute Property


In This Topic
IsAbsolute Property
In This Topic
Gets whether 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
See Also