I have created a text box using xaml. I have a file named styles.xaml which has all the properties of the text box. Now I want to change the properties (height, widht etc.) dynamically through styles.xaml.
I have created a text box using xaml. I have a file named styles.xaml
Share
Add a resource dictionary reference to your app.xaml
Use this.Resources in your code-behind to access your style resource.
Set the style on your textbox