This documentation is archived and is not being maintained.
TextAlign Enumeration (Microsoft.DirectX.DirectInput)
Definition
| Visual Basic | Public Enum TextAlign |
| C# | public enum TextAlign |
| C++ | public enum class TextAlign |
| JScript | public enum TextAlign |
Members
| Member | Value | Description |
| BottomAligned | 8 | |
| TopAligned | 4 | |
| Middle | 0 | |
| RightAligned | 2 | |
| LeftAlign | 1 | |
| Centered | 0 | |
Enumeration Information
| Namespace | Microsoft.DirectX.DirectInput |
| Assembly | Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll) |
| Strong Name | Microsoft.DirectX.DirectInput,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |