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

指定控件具有垂直方向。

适用于

另请参阅