Compartir a través de


IViewHandler.GetDesiredSize(Double, Double) Método

Definición

Calcula el tamaño real de una vista en función del tamaño y las restricciones deseados.

public:
 Microsoft::Maui::Graphics::Size GetDesiredSize(double widthConstraint, double heightConstraint);
public Microsoft.Maui.Graphics.Size GetDesiredSize (double widthConstraint, double heightConstraint);
abstract member GetDesiredSize : double * double -> Microsoft.Maui.Graphics.Size
Public Function GetDesiredSize (widthConstraint As Double, heightConstraint As Double) As Size

Parámetros

widthConstraint
Double

Restricción en el ancho de la vista.

heightConstraint
Double

Restricción en el alto de la vista.

Devoluciones

Tamaño calculado de la vista asociada a este controlador.

Se aplica a