Sdílet prostřednictvím


GridLength Konstruktory

Definice

Přetížení

GridLength(Double)

Inicializuje novou absolutní gridLength.

GridLength(Double, GridUnitType)

Inicializuje novou GridLength.

GridLength(Double)

Zdroj:
GridLength.cs
Zdroj:
GridLength.cs

Inicializuje novou absolutní gridLength.

public:
 GridLength(double value);
public GridLength (double value);
new Microsoft.Maui.GridLength : double -> Microsoft.Maui.GridLength
Public Sub New (value As Double)

Parametry

value
Double

Hodnota nové délky mřížky.

Poznámky

Toto je striclty ekvivalentem nové GridLength (hodnota, GridUnitType.Absolute).

Platí pro

GridLength(Double, GridUnitType)

Zdroj:
GridLength.cs
Zdroj:
GridLength.cs

Inicializuje novou GridLength.

public:
 GridLength(double value, Microsoft::Maui::GridUnitType type);
public GridLength (double value, Microsoft.Maui.GridUnitType type);
new Microsoft.Maui.GridLength : double * Microsoft.Maui.GridUnitType -> Microsoft.Maui.GridLength
Public Sub New (value As Double, type As GridUnitType)

Parametry

value
Double

Velikost GridLength.

type
GridUnitType

GridUnitType (Auto, Star, Absolutní) GridLength.

Platí pro