2 references to PropTextAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
877
int textAlign = Properties.GetInteger(
PropTextAlign
, out found);
891
Properties.SetInteger(
PropTextAlign
, (int)value);