OlTextAlign 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.
Specifies the alignment of text in a control.
public enum class OlTextAlign
[System.Runtime.InteropServices.Guid("03FADFE8-2527-46C3-9CCD-DBBBCD05156B")]
public enum OlTextAlign
Public Enum OlTextAlign
- Inheritance
-
OlTextAlign
- Attributes
Fields
Name | Value | Description |
---|---|---|
olTextAlignLeft | 1 | Text rendered in the control will be aligned to the left edge of the control. |
olTextAlignCenter | 2 | Text rendered in the control will be aligned to the center of the control. |
olTextAlignRight | 3 | Text rendered in the control will be aligned to the right edge of the control. |