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


In This Topic
GridUnitType Property
In This Topic
Gets the GridUnitType of the GridLength
Syntax
'Declaration
 
Public ReadOnly Property GridUnitType As GridUnitType
 
'Usage
 
Dim instance As GridLength
Dim value As GridUnitType
 
value = instance.GridUnitType
See Also