Partager via


GridLengthHelper.FromPixels(Double) Méthode

Définition

Crée une valeur GridLength basée sur un nombre fixe de pixels. C# et le code Microsoft Visual Basic doivent utiliser le constructeur GridLength(Double) à la place.

public:
 static GridLength FromPixels(double pixels);
 static GridLength FromPixels(double const& pixels);
public static GridLength FromPixels(double pixels);
function fromPixels(pixels)
Public Shared Function FromPixels (pixels As Double) As GridLength

Paramètres

pixels
Double

double

Hauteur ou largeur des pixels à spécifier.

Retours

GridLength créé.

S’applique à