Windows is responsible for wrapping the text on the button based upon a variety of things including font size, border width, font scaling, etc. You have little control over the actual wrapping. If the button isn't big enough to hold the text then you have to make the button bigger. If you don't want to do that then change the font of the button to be smaller such that it will fit.
If you can provide some repro code then perhaps there might be some options available. It is important that you provide the settings for the form as well because most control properties are inherited from the parent form.