Thanks..
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Button Text Alignment
Collapse
X
-
private System.Windows.Controls.Button longButton;
.
.
.
.
longButton = new System.Windows.Controls.Button
{
Name = "LongButton", Content = "BUY .", Foreground = Brushes.White,
FontWeight = FontWeights.Bold,Background = Brushes.Green
};
//Print("lng btn stuf, " + longButton.ToString() ); // just says BUY
// there is no TextAlign
// places text right aligned, not centered
Comment
-
You should find this useful: https://docs.microsoft.com/en-us/dot...tframework-4.8
In particular: https://docs.microsoft.com/en-us/dot...ntentalignment
Thanks.
Comment
-
Hello kenz987,
If the above comment is not the solution this could also relate to where you have the button placed. I would also suggest to try the sample in the following page to view if those buttons are centered (should look like the image), if so you can try using the grid for button placement in whatever parent control you are using.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
160 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
80 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
205 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
184 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment