Documentation for this section has not yet been entered.
You can use the MaskedTextBox.TextAlign property to align the displayed text within a System.Windows.Forms.MaskedTextBox to match the layout of visual elements on your form. For example, if your controls are all located on the right side of the form, you can set the MaskedTextBox.TextAlign property to HorizontalAlignment.Right, and the text will be aligned with the right side of the control instead of the default left alignment.