|
@@ -28,14 +28,14 @@
|
|
</Grid>
|
|
</Grid>
|
|
<Grid Grid.Column="1">
|
|
<Grid Grid.Column="1">
|
|
<StackPanel Orientation="Vertical" Margin="0,2,0,0">
|
|
<StackPanel Orientation="Vertical" Margin="0,2,0,0">
|
|
- <StackPanel Orientation="Vertical" HorizontalAlignment="Left" Visibility="Collapsed">
|
|
|
|
|
|
+ <StackPanel Orientation="Vertical" Visibility="Visible">
|
|
<TextBlock Text="Layout Settings" Style="{StaticResource PropertyHeaderLv2}" Height="20" HorizontalAlignment="Left"/>
|
|
<TextBlock Text="Layout Settings" Style="{StaticResource PropertyHeaderLv2}" Height="20" HorizontalAlignment="Left"/>
|
|
<StackPanel Orientation="Vertical" Margin="0,8,0,0">
|
|
<StackPanel Orientation="Vertical" Margin="0,8,0,0">
|
|
- <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" IsEnabled="False" Style="{StaticResource RadioButtonStyleText}" Visibility="Collapsed"
|
|
|
|
|
|
+ <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" Style="{StaticResource RadioButtonStyleText}"
|
|
Padding="8,0,0,0">
|
|
Padding="8,0,0,0">
|
|
<TextBlock Text="Retain Flowing Text"/>
|
|
<TextBlock Text="Retain Flowing Text"/>
|
|
</RadioButton>
|
|
</RadioButton>
|
|
- <RadioButton Margin="0,0,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}" IsChecked="True" Style="{StaticResource RadioButtonStyleText}"
|
|
|
|
|
|
+ <RadioButton Margin="0,8,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}" IsChecked="True" Style="{StaticResource RadioButtonStyleText}"
|
|
Padding="8,0,0,0">
|
|
Padding="8,0,0,0">
|
|
<TextBlock Text="Retain Page Layout"/>
|
|
<TextBlock Text="Retain Page Layout"/>
|
|
</RadioButton>
|
|
</RadioButton>
|