LayoutOptions(LayoutAlignment, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 alignment
和 expands
,建立新的 LayoutOptions 物件。
public LayoutOptions (Xamarin.Forms.LayoutAlignment alignment, bool expands);
new Xamarin.Forms.LayoutOptions : Xamarin.Forms.LayoutAlignment * bool -> Xamarin.Forms.LayoutOptions
參數
- alignment
- LayoutAlignment
對齊值。
- expands
- System.Boolean
項目是否會展開以填滿其父代的可用空間。