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?
    Ryan S.NinjaTrader Customer Service

    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.


            JesseNinjaTrader Customer Service

            Comment


              #7
              Thanks to both jeronymite and Jesse.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by kaywai, Today, 06:26 AM
              1 response
              6 views
              0 likes
              Last Post kaywai
              by kaywai
               
              Started by ct, 05-07-2023, 12:31 PM
              6 responses
              205 views
              0 likes
              Last Post wisconsinpat  
              Started by kevinenergy, 02-17-2023, 12:42 PM
              118 responses
              2,780 views
              1 like
              Last Post kevinenergy  
              Started by briansaul, Today, 05:31 AM
              0 responses
              10 views
              0 likes
              Last Post briansaul  
              Started by traderqz, Yesterday, 12:06 AM
              11 responses
              28 views
              0 likes
              Last Post NinjaTrader_Gaby  
              Working...
              X