Answers for "Setting the same style for all controls."

0

Setting the same style for all controls.

<Window.Resources>    
	<Style TargetType="{x:Type Button}">    
	    <Setter Property="Padding" Value="5,2"/>    
    </Style>
</Window.Resources>
Posted by: Guest on May-03-2021

Code answers related to "Setting the same style for all controls."

Browse Popular Code Answers by Language