43 references to BottomCenter
System.Web.DataVisualization (16)
Common\Annotation\AnnotationBase.cs (2)
214
internal ContentAlignment anchorAlignment = ContentAlignment.
BottomCenter
;
2542
else if(this.AnchorAlignment == ContentAlignment.
BottomCenter
||
Common\Annotation\ImageAnnotation.cs (1)
665
else if(alignment == ContentAlignment.
BottomCenter
)
Common\Annotation\TextAnnotation.cs (5)
563
if(this.Alignment == ContentAlignment.
BottomCenter
||
590
if (this.Alignment == ContentAlignment.
BottomCenter
||
596
if (this.Alignment == ContentAlignment.
BottomCenter
||
648
if (this.Alignment == ContentAlignment.
BottomCenter
||
654
if (this.Alignment == ContentAlignment.
BottomCenter
||
Common\General\LegendColumns.cs (3)
2032
if (this.Alignment == ContentAlignment.
BottomCenter
||
2162
if(this.Alignment == ContentAlignment.
BottomCenter
||
2267
if(this.Alignment == ContentAlignment.
BottomCenter
||
Common\General\Title.cs (5)
1416
else if(this.Alignment == ContentAlignment.
BottomCenter
||
1427
this.Alignment == ContentAlignment.
BottomCenter
||
1490
if(this.Alignment == ContentAlignment.
BottomCenter
||
1511
else if(this.Alignment == ContentAlignment.
BottomCenter
||
1579
if (this.Alignment == ContentAlignment.
BottomCenter
||
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1257
case ContentAlignment.
BottomCenter
:
winforms\Managed\System\WinForms\ControlPaint.cs (2)
65
private static readonly ContentAlignment anyBottom = ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
66
private static readonly ContentAlignment anyCenter = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
54
return System.Drawing.ContentAlignment.
BottomCenter
;
winforms\Managed\System\WinForms\Label.cs (1)
354
case ContentAlignment.
BottomCenter
:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (4)
29
public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
32
public const ContentAlignment AnyCenter = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
116
Debug.Assert(result != 0x09 || alignment == ContentAlignment.
BottomCenter
, "Error detected in ContentAlignmentToIndex.");
416
return (align & (ContentAlignment.TopCenter | ContentAlignment.
BottomCenter
)) != 0;
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
45
public static readonly ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.
BottomCenter
| ContentAlignment.BottomRight;
47
public static readonly ContentAlignment AnyCenterAlign = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.
BottomCenter
;
System.Windows.Forms.DataVisualization (16)
Common\Annotation\AnnotationBase.cs (2)
214
internal ContentAlignment anchorAlignment = ContentAlignment.
BottomCenter
;
2542
else if(this.AnchorAlignment == ContentAlignment.
BottomCenter
||
Common\Annotation\ImageAnnotation.cs (1)
665
else if(alignment == ContentAlignment.
BottomCenter
)
Common\Annotation\TextAnnotation.cs (5)
563
if(this.Alignment == ContentAlignment.
BottomCenter
||
590
if (this.Alignment == ContentAlignment.
BottomCenter
||
596
if (this.Alignment == ContentAlignment.
BottomCenter
||
648
if (this.Alignment == ContentAlignment.
BottomCenter
||
654
if (this.Alignment == ContentAlignment.
BottomCenter
||
Common\General\LegendColumns.cs (3)
2032
if (this.Alignment == ContentAlignment.
BottomCenter
||
2162
if(this.Alignment == ContentAlignment.
BottomCenter
||
2267
if(this.Alignment == ContentAlignment.
BottomCenter
||
Common\General\Title.cs (5)
1416
else if(this.Alignment == ContentAlignment.
BottomCenter
||
1427
this.Alignment == ContentAlignment.
BottomCenter
||
1490
if(this.Alignment == ContentAlignment.
BottomCenter
||
1511
else if(this.Alignment == ContentAlignment.
BottomCenter
||
1579
if (this.Alignment == ContentAlignment.
BottomCenter
||