GridLength.GridUnitType Propriedade

Definição

Obtém o GridUnitType associado do GridLength.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

Valor da propriedade

GridUnitType

Um dos valores de enumeração.One of the enumeration values. O padrão é Auto.The default is Auto.

Comentários

Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) GridLength .This struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. Para obter mais informações, consulte GridLength na referência da API UWP.For more information, see GridLength in the UWP API reference.

Aplica-se a