11 references to ImageBeforeText
System.Windows.Forms (11)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (8)
316
case TextImageRelation.
ImageBeforeText
:
319
return TextImageRelation.
ImageBeforeText
;
452
/// and <see cref="TextImageRelation.
ImageBeforeText
"/>.
456
TextImageRelation.ImageAboveText | TextImageRelation.
ImageBeforeText
, // TopLeft
460
TextImageRelation.
ImageBeforeText
, // MiddleLeft
464
TextImageRelation.TextAboveImage | TextImageRelation.
ImageBeforeText
, // BottomLeft
575
if (textImageRelation is TextImageRelation.TextBeforeImage or TextImageRelation.
ImageBeforeText
)
595
if (textImageRelation == TextImageRelation.
ImageBeforeText
&& layout.ImageBounds.Size.Width != 0)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
38
private TextImageRelation _textImageRelation = TextImageRelation.
ImageBeforeText
;
1934
[DefaultValue(TextImageRelation.
ImageBeforeText
)]
System\Windows\Forms\Layout\LayoutUtils.cs (1)
473
return (relation & (TextImageRelation.TextBeforeImage | TextImageRelation.
ImageBeforeText
)) != 0;