UniformGridLayoutItemsJustification 枚举

定义

定义常量,这些常量指定项在非滚动轴或非虚拟化轴上的对齐方式。

public enum class UniformGridLayoutItemsJustification
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class UniformGridLayoutItemsJustification
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class UniformGridLayoutItemsJustification
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum UniformGridLayoutItemsJustification
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum UniformGridLayoutItemsJustification
Public Enum UniformGridLayoutItemsJustification
继承
UniformGridLayoutItemsJustification
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

Center 1

项在行或列的中心对齐,开头和末尾有额外的空间。 项之间的间距不会更改。

End 2

项与行或列的末尾对齐,开头有额外的空间。 项之间的间距不会更改。

SpaceAround 3

项对齐,以便在每个项之前和之后均匀添加额外的空间。

SpaceBetween 4

项对齐,以便在相邻项之间均匀添加额外的空间。 开头或末尾不添加任何空间。

SpaceEvenly 5

项对齐,以便在每个项之前和之后均匀添加额外的空间。

Start 0

项与行或列的开头对齐,末尾有额外的空间。 项之间的间距不会更改。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 ItemsRepeater

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

注解

此枚举为 UniformGridLayout.ItemsJustification 属性提供值。

适用于

另请参阅