Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Button Text Alignment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Button Text Alignment

    How to center text on button, it is default to right aligned.?
    Thanks..

    #2
    Hello,

    To clarify, are you referring to the text drawing tool? This should technically be left justified within the text box, is there an alternate feature you are referring to?

    Comment


      #3
      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


        #4
        BUMP can somebody look at this?
        BUY is not centered in Content

        Comment


          #5
          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.
          Multi-Dimensional Managed Trading
          jeronymite
          NinjaTrader Ecosystem Vendor - Mizpah Software

          Comment


            #6
            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


              #7
              Thanks to both jeronymite and Jesse.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              69 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              42 views
              0 likes
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              24 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Started by TheRealMorford, 03-05-2026, 06:15 PM
              0 responses
              27 views
              0 likes
              Last Post TheRealMorford  
              Started by Mindset, 02-28-2026, 06:16 AM
              0 responses
              54 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X