7 references to ImageAboveText
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (6)
451
/// For example, <see cref="ContentAlignment.TopLeft"/> maps to <see cref="TextImageRelation.
ImageAboveText
"/>
456
TextImageRelation.
ImageAboveText
| TextImageRelation.ImageBeforeText, // TopLeft
457
TextImageRelation.
ImageAboveText
, // TopCenter
458
TextImageRelation.
ImageAboveText
| TextImageRelation.TextBeforeImage, // TopRight
585
if (textImageRelation is TextImageRelation.TextAboveImage or TextImageRelation.
ImageAboveText
)
604
if (textImageRelation == TextImageRelation.
ImageAboveText
&& layout.ImageBounds.Size.Height != 0)
System\Windows\Forms\Layout\LayoutUtils.cs (1)
485
return (relation & (TextImageRelation.TextAboveImage | TextImageRelation.
ImageAboveText
)) != 0;