I am using this code to generate a ComboBox but on the screen I get " choose an item " I want to change it.
<ComboBox x:Name="Tempso"
HorizontalAlignment="Left"
Height="55"
Margin="70,243,0,0"
VerticalAlignment="Top"
Width="205"
>
<ComboBoxItem Content="4/4" Tag="1"/>
There are two properties that these texts have (I don't know which of the two you want to change)