OrientationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that specify the orientation of a control.
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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that the control has no orientation. |
Horizontal | 1 | Specifies that the control has horizontal orientation. |
Vertical | 2 | Specifies that the control has vertical orientation. |
Applies to
See also
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.