|
24 | 24 | Margin="3"
|
25 | 25 | HorizontalAlignment="Left"
|
26 | 26 | VerticalAlignment="Top"
|
| 27 | + HorizontalContentAlignment="{Binding HzntalContentAlignment}" |
27 | 28 | DisplayLength="5"
|
28 |
| - IsDisplayLengthFixed="True" |
29 | 29 | FormatString="{Binding FormatString, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
30 |
| - NumberStyle="{Binding NumberStyle, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" |
| 30 | + IsDisplayLengthFixed="True" |
31 | 31 | IsMouseDragEnabled="{Binding ElementName=IsMouseDragEnabledCheckBox, Path=IsChecked}"
|
32 | 32 | IsReadOnly="False"
|
33 | 33 | LargeStepSize="{Binding LargeStepSize, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
34 | 34 | MaxValue="{Binding MaximumValue}"
|
35 | 35 | MinValue="{Binding MinimumValue}"
|
36 | 36 | MouseWheelAccelaratorKey="{Binding AccelModifierKey, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
| 37 | + NumberStyle="{Binding NumberStyle, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" |
37 | 38 | StepSize="{Binding StepSize, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
38 | 39 | ToolTip="{Binding ToolTip, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
39 | 40 | Value="{Binding Value, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
|
161 | 162 | Content="Is Hex Display Enabled"
|
162 | 163 | IsChecked="{Binding Path=IsHexDisplayEnabled, Mode=TwoWay}"
|
163 | 164 | ToolTip="" />
|
| 165 | + |
| 166 | + <ComboBox |
| 167 | + Width="120" |
| 168 | + Margin="21,0,0,0" |
| 169 | + IsEditable="False" |
| 170 | + Text="{Binding Path=HzntalContentAlignment, Mode=TwoWay}" |
| 171 | + ToolTip="Changes the alignment of the text shown in the textbox portion" |
| 172 | + ToolTipService.IsEnabled="True"> |
| 173 | + <ComboBoxItem>Left</ComboBoxItem> |
| 174 | + <ComboBoxItem>Center</ComboBoxItem> |
| 175 | + <ComboBoxItem>Right</ComboBoxItem> |
| 176 | + <ComboBoxItem>Stretch</ComboBoxItem> |
| 177 | + </ComboBox> |
164 | 178 | </StackPanel>
|
165 | 179 |
|
166 | 180 | <StackPanel Margin="0,6,0,0">
|
|
0 commit comments