BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<maps:ImageryLayer Markers="{Binding CustomMarkers}">
<maps:ImageryLayer.MarkerTemplate>
<DataTemplate>
<StackLayout Orientation="Horizontal">
<Image Source="{Binding ImageName}" Scale="1"
Aspect="AspectFit " HorizontalOptions="StartAndExpand" VerticalOptions="Center"
HeightRequest="15" WidthRequest="23" />
<Label Text="{Binding Label}"/>
</StackLayout>
</DataTemplate>
</maps:ImageryLayer.MarkerTemplate>
</maps:ImageryLayer>
|