Compartir a través de


GridLengthHelper.FromPixels(Double) Método

Definición

Crea un nuevo valor GridLength basado en un número fijo de píxeles. En su lugar, el código de C# debe usar el constructor GridLength(Double).

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

Parámetros

pixels
Double

double

Alto o ancho de píxeles que se va a especificar.

Devoluciones

GridLength creado.

Se aplica a