GridLength.GridUnitType Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the associated GridUnitType for the GridLength.
public:
 property Windows::UI::Xaml::GridUnitType GridUnitType { Windows::UI::Xaml::GridUnitType get(); };public Windows.UI.Xaml.GridUnitType GridUnitType { get; }member this.GridUnitType : Windows.UI.Xaml.GridUnitTypePublic ReadOnly Property GridUnitType As GridUnitTypeProperty Value
One of the enumeration values. The default is Auto.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. For more information, see GridLength in the UWP API reference.