IndexBasedLayoutOrientation 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定專案索引之間是否有相互關聯及其配置方式。
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 方法會使用此列舉的值。