ComponentOne Xamarin.iOS
IsStar Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure : IsStar Property
Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star.
Syntax
'Declaration
 
Public ReadOnly Property IsStar As Boolean
'Usage
 
Dim instance As GridLength
Dim value As Boolean
 
value = instance.IsStar
public bool IsStar {get;}
See Also

Reference

GridLength Structure
GridLength Members