Hi to all,
using this sample code of Map Scale we have a number unformatted like this 1234655,56786567
<TextBlock Name="MapScaleTextBlock" HorizontalAlignment="Center" VerticalAlignment="Bottom" >
<Run>Scala Mappa:</Run>
<Run Text="{Binding ElementName=Map, Path=Scale }" FontSize="12" FontWeight="Bold" />
</TextBlock>
I would like to rapresent the map scale formatted and rounded like this 1:400.000
Any suggestion about this ?
Thank you veru much
GP