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

指定控制項為垂直方向。

適用於

另請參閱