C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridLength Structure

GridLength Structure Properties

For a list of all members of this type, see GridLength members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic) A ready to reuse GridLength of GridUnitType.Auto.  
Public Property Gets the GridUnitType of the GridLength  
Public Property Gets whether or not the GridUnitType of the GridLength is GridUnitType.Absolute.  
Public Property Gets whether or not the GridUnitType of the GridLength is GridUnitType.Auto.  
Public Property Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star.  
Public Propertystatic (Shared in Visual Basic) A ready to reuse GridLength of GridUnitType.Star with a Value of 1.  
Public Property Gets the Value of the GridLength.  
Top
See Also