2 overrides of TextAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
430
public override ContentAlignment
TextAlign
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
354
public override ContentAlignment
TextAlign
2 writes to TextAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
433
set => base.
TextAlign
= value;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
357
set => base.
TextAlign
= value;
9 references to TextAlign
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
283
ContentAlignment align = RtlTranslateContent(
TextAlign
);
697
if (value ==
TextAlign
)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (4)
141
=> ControlPaint.CreateStringFormat(Control, Control.
TextAlign
, Control.ShowToolTip, Control.UseMnemonic);
147
=> ControlPaint.CreateTextFormatFlags(Control, Control.
TextAlign
, Control.ShowToolTip, Control.UseMnemonic);
526
if ((Control.
TextAlign
& LayoutUtils.AnyCenter) == 0)
699
TextAlign = Control.
TextAlign
,
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
432
get => base.
TextAlign
;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
356
get => base.
TextAlign
;
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
171
TextAlign = button.
TextAlign
,