2 references to PropImageAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
653
int imageAlign = Properties.GetInteger(
PropImageAlign
, out found);
664
Properties.SetInteger(
PropImageAlign
, (int)value);