LinedFlowLayoutItemsJustification 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定 在LinedFlowLayout的水平軸上對齊專案的方式。
public enum class LinedFlowLayoutItemsJustification
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class LinedFlowLayoutItemsJustification
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum LinedFlowLayoutItemsJustification
Public Enum LinedFlowLayoutItemsJustification
- 繼承
-
LinedFlowLayoutItemsJustification
- 屬性
欄位
Center | 1 | 專案會對齊線條中央,並在開頭和結尾加上額外的空間。 項目之間的間距不會變更。 |
End | 2 | 專案會與行尾對齊,並在開頭加上額外的空間。 項目之間的間距不會變更。 |
SpaceAround | 3 | 專案會對齊,以便在每個專案前後平均新增額外的空間。 |
SpaceBetween | 4 | 專案對齊,以便在連續項目之間平均新增額外的空間。 開頭或結尾沒有新增空格。 |
SpaceEvenly | 5 | 專案會對齊,以便在每個專案前後平均新增額外的空間。 |
Start | 0 | 專案會與行的開頭對齊,結尾有額外的空格。 項目之間的間距不會變更。 |
備註
此圖顯示項目水平排列上每個列舉值的效果。
這些螢幕快照顯示套用至影像庫的每個值範例。
Start
Center
End
SpaceAround
SpaceBetween
SpaceEvenly