iframe >
Xamarin.Android Documentation
Star Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Grid Assembly
>
C1.Android.Grid Namespace
>
GridLength Structure
: Star Property
A ready to reuse GridLength of GridUnitType.Star with a Value of 1.
Syntax
C#
public
static
GridLength
Star {
get
;}
Remarks
If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star).
See Also
Reference
GridLength Structure
GridLength Members
Send Feedback