OlTextAlign Enum

Definition

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

olTextAlignCenter 2

Text rendered in the control will be aligned to the center of the control.

olTextAlignLeft 1

Text rendered in the control will be aligned to the left edge of the control.

olTextAlignRight 3

Text rendered in the control will be aligned to the right edge of the control.

Applies to