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.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.