xaml-sdk/Map/WPF/ProvidersOpenStreetMapProvider/MainWindow.xaml

10 строки
413 B
XML

<Window x:Class="ProvidersOpenStreetMapProvider.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Title="MainWindow" Height="800" Width="1200">
<Grid>
<telerik:RadMap x:Name="radMap" />
</Grid>
</Window>