VisualElement.MaximumWidthRequest 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定專案在版面配置期間要求的最大寬度。 這是可繫結屬性。
public:
property double MaximumWidthRequest { double get(); void set(double value); };
public double MaximumWidthRequest { get; set; }
member this.MaximumWidthRequest : double with get, set
Public Property MaximumWidthRequest As Double
屬性值
備註
預設值是 PositiveInfinity。
MaximumWidthRequest 用於確保元素在版面配置期間不超過指定的寬度。