1.rename AspectRatioChangeAmbiguity to AspectRatioTolerance
2.CurrentAspectRatioModeProperty to DirectProperty. 3.Fix misspelling: Updata -> Update 4.IsUseAspectRatioRange to an internal CLR property.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
RowDefinitions="Auto,*">
|
||||
<StackPanel
|
||||
Grid.Row="0">
|
||||
<u:NumericDoubleUpDown InnerLeftContent="AspectRatioChangeAmbiguity"
|
||||
Value="{Binding #AspectRatioLayout.AspectRatioChangeAmbiguity}">
|
||||
<u:NumericDoubleUpDown InnerLeftContent="AspectRatioTolerance"
|
||||
Value="{Binding #AspectRatioLayout.AspectRatioTolerance}">
|
||||
</u:NumericDoubleUpDown>
|
||||
<TextBlock Text="{Binding #AspectRatioLayout.AspectRatioValue,StringFormat='AspectRatioValue: {0}'}"></TextBlock>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user