Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the StackPanel resources, describe the style of the button.
<StackPanel>
<StackPanel.Resources>
<Style TargetType="Button">
<Setter Property="Width" Value="120"/>
<Setter Property="Height" Value="30"/>
</Style>
</StackPanel.Resources>
<Button />
<Button />
<Button />
</StackPanel>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question