This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I would like to keep the look and feel of the WPF Elements MaskedTextBox consistent with all of the other TextBoxes in my application. So can I style the MaskedTextBox? For example, I would like the corners of the MaskedTextBox to have rounded corners and the border thickness/color to be styled. Are there any examples and/or documentation on how to do this? |
|
|
Hello Here is an example of a MaskedTextBox style. Let me know if you need more help with it. <Style x:Key="RichTextBoxStyle" TargetType="{x:Type RichTextBox}">
|
|
|
Thank you! This is a great help! |
|