GridLength.GridUnitType Property

Definition

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.GridUnitType
Public ReadOnly Property GridUnitType As GridUnitType

Property 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.

Applies to