IViewHandler.GetDesiredSize(Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據所需的大小和條件約束,計算檢視的實際大小。
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
參數
- widthConstraint
- Double
檢視寬度的條件約束。
- heightConstraint
- Double
檢視高度的條件約束。
傳回
與這個處理程式相關聯之檢視的計算大小。