Compartir a través de


ViewHandler.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:
 abstract Microsoft::Maui::Graphics::Size GetDesiredSize(double widthConstraint, double heightConstraint);
public abstract Microsoft.Maui.Graphics.Size GetDesiredSize (double widthConstraint, double heightConstraint);
abstract member GetDesiredSize : double * double -> Microsoft.Maui.Graphics.Size
Public MustOverride 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.

Implementaciones

Se aplica a