OrientationType 列挙型

定義

コントロールの向きを指定する値を格納します。

public enum class OrientationType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5F8A77B4-E685-48c1-94D0-8BB6AFA43DF9")]
public enum OrientationType
public enum OrientationType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5F8A77B4-E685-48c1-94D0-8BB6AFA43DF9")>]
type OrientationType = 
type OrientationType = 
Public Enum OrientationType
継承
OrientationType
属性

フィールド

Horizontal 1

コントロールに水平方向があることを指定します。

None 0

コントロールに向きがないことを指定します。

Vertical 2

コントロールに垂直方向があることを指定します。

適用対象

こちらもご覧ください