IndexBasedLayoutOrientation 列舉

定義

定義常數,指定專案索引之間是否有相互關聯及其配置方式。

public enum class IndexBasedLayoutOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class IndexBasedLayoutOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum IndexBasedLayoutOrientation
Public Enum IndexBasedLayoutOrientation
繼承
IndexBasedLayoutOrientation
屬性

欄位

LeftToRight 2

項目會藉由增加索引編號來水準配置。

None 0

專案配置與其索引編號之間沒有相互關聯。

TopToBottom 1

專案會透過增加索引編號來垂直配置。

備註

Layout.IndexBasedLayoutOrientation 屬性和 SetIndexBasedLayoutOrientation 方法會使用此列舉的值。

適用於

另請參閱