AutomationOrientation 列挙型

定義

コントロールを配置できる方向を指定します。

public enum class AutomationOrientation
public enum AutomationOrientation
type AutomationOrientation = 
Public Enum AutomationOrientation
継承
AutomationOrientation

フィールド

Horizontal 1

コントロールは水平に配置されます。

None 0

コントロールには向きがありません。 向きがないコントロールの例として、Button があります。

Vertical 2

コントロールは水平に配置されます。

注釈

水平方向または垂直方向にレイアウトできるコントロールには ScrollBar、、 Slider、および TabControl.

適用対象