зеркало из https://github.com/telerik/xaml-sdk.git
10 строки
413 B
XML
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>
|