associate combox with its label 'Thickness' (#1663)
This commit is contained in:
parent
d566f37fc1
commit
83e3a46374
@ -213,12 +213,14 @@
|
|||||||
IsChecked="{x:Bind ViewModel.TrigModeGradians, Mode=TwoWay}"/>
|
IsChecked="{x:Bind ViewModel.TrigModeGradians, Mode=TwoWay}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<TextBlock x:Uid="LineThicknessBoxHeading"
|
<TextBlock x:Name="LineThicknessBoxHeading"
|
||||||
|
x:Uid="LineThicknessBoxHeading"
|
||||||
Margin="0,16,0,6"
|
Margin="0,16,0,6"
|
||||||
Style="{StaticResource SubTitleTextBoxStyle}"
|
Style="{StaticResource SubTitleTextBoxStyle}"
|
||||||
AutomationProperties.HeadingLevel="Level2"/>
|
AutomationProperties.HeadingLevel="Level2"/>
|
||||||
<ComboBox MinWidth="200"
|
<ComboBox MinWidth="200"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
|
AutomationProperties.LabeledBy="{Binding ElementName=LineThicknessBoxHeading}"
|
||||||
SelectedItem="{x:Bind ViewModel.Graph.LineWidth, Mode=TwoWay}">
|
SelectedItem="{x:Bind ViewModel.Graph.LineWidth, Mode=TwoWay}">
|
||||||
<ComboBox.Items>
|
<ComboBox.Items>
|
||||||
<x:Double>1.0</x:Double>
|
<x:Double>1.0</x:Double>
|
||||||
|
Loading…
Reference in New Issue
Block a user