Compartir a través de


Page.OnSizeAllocated(Double, Double) Método

Definición

Indica que a Page se le ha asignado un tamaño.

protected override void OnSizeAllocated(double width, double height);
override this.OnSizeAllocated : double * double -> unit

Parámetros

width
System.Double

El ancho asignado a Page.

height
System.Double

El alto asignado a Page.

Se aplica a