1 write to ImageAlign
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (1)
42
ImageAlign
= ContentAlignment.MiddleCenter,
4 references to ImageAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.cs (2)
555
if (value !=
ImageAlign
)
1256
DrawImage(e, i, face, RtlTranslateAlignment(
ImageAlign
));
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1166
Rectangle imageBounds = CalcImageRenderBounds(image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));
1177
DrawImage(e.Graphics, image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));