1 write to TextAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
270
label1.
TextAlign
= ContentAlignment.MiddleCenter;
6 references to TextAlign
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Label.cs (4)
339
switch(
TextAlign
) {
890
if (
TextAlign
!= value) {
1125
return ControlPaint.CreateStringFormat( this, this.
TextAlign
, this.AutoEllipsis, this.UseMnemonic );
1141
TextFormatFlags flags = ControlPaint.CreateTextFormatFlags( this, this.
TextAlign
, this.AutoEllipsis, this.UseMnemonic );
winforms\Managed\System\WinForms\LinkLabel.cs (2)
705
visualRectangle = CalcTextRenderBounds(visualRectangle /*textRect*/, clientRectWithPadding /*clientRect*/, RtlTranslateContent(this.
TextAlign
));
1189
finalrect = CalcTextRenderBounds(System.Drawing.Rectangle.Round(finalrect) /*textRect*/, this.ClientRectWithPadding /*clientRect*/, RtlTranslateContent(this.
TextAlign
));