property MaskEdit.Alignment as AlignmentEnum
Aligns the control's text.

TypeDescription
AlignmentEnum An AlignmentEnum expression that specifies the alignment of the control's text.
By default, the Alignment property is set to exLeft, meaning the text entered in the control is aligned to the left. The Alignment property determines how the text is positioned within the control’s input area and can be adjusted to improve readability or to match the layout of your user interface.

The property supports the following values:

Changing the alignment does not affect the validation or the mask behavior; it only affects the visual representation of the text within the control. This is useful when designing forms that require specific alignment for numeric fields, codes, or localized content.