13 references to BottomCenter
System.Windows.Forms (11)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
430
case ContentAlignment.
BottomCenter
:
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
31
DataGridViewContentAlignment.BottomCenter => ContentAlignment.
BottomCenter
,
System\Windows\Forms\Controls\Labels\Label.cs (1)
279
case ContentAlignment.
BottomCenter
:
System\Windows\Forms\Internal\WinFormsUtils.cs (2)
16
public const ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
18
public const ContentAlignment AnyCenterAlign = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
System\Windows\Forms\Layout\LayoutUtils.cs (4)
19
public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
22
public const ContentAlignment AnyCenter = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
109
Debug.Assert(result != 0x09 || alignment == ContentAlignment.
BottomCenter
, "Error detected in ContentAlignmentToIndex.");
479
return (align & (ContentAlignment.TopCenter | ContentAlignment.
BottomCenter
)) != 0;
System\Windows\Forms\Rendering\ControlPaint.cs (2)
60
= ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
62
= ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (2)
64
return ContentAlignment.
BottomCenter
;
96
case ContentAlignment.
BottomCenter
: