GridLength::IsStar Property

 

Gets a value that indicates whether the GridLength holds a value that is expressed as a weighted proportion of available space.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool IsStar {
	bool get();
}

Property Value

Type: System::Boolean

true if the GridUnitType property is GridUnitType::Star; otherwise, false.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: