Orientation 列挙型

定義

コントロールまたはレイアウトで使用できるさまざまな向きを指定する定数を定義します。

public enum class Orientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class Orientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum Orientation
Public Enum Orientation
<object property="enumMemberName"/>
継承
Orientation
属性

フィールド

Horizontal 1

コントロールまたはレイアウトは水平方向に配置する必要があります。

Vertical 0

コントロールまたはレイアウトは垂直方向に配置する必要があります。

適用対象