I have already set all BorderThickness, Margin, and Padding to 0,0,0,0. Why is there still internal padding?
By the way, why is the text in TextBox of 24pt the same size of the text in TextBlock of 32pt?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This space is used for increasing touch area of a
Button.To remove it, in
Expression BlendclickTemplate - Create From Copy. Than go to xaml and findPadding="10,5,10,3"(something like that) and delete it.