Skip to content

Instantly share code, notes, and snippets.

@krk

krk/bezier.xaml Secret

Created June 27, 2017 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krk/26b6d0b13658f1d4f8e812e0eafc2677 to your computer and use it in GitHub Desktop.
Save krk/26b6d0b13658f1d4f8e812e0eafc2677 to your computer and use it in GitHub Desktop.
<m:Map x:Name="myMap" CredentialsProvider="***">
<m:MapLayer x:Name="layerDurak" >
<local:MapBezier Tension="2" x:Name="plDurakGidis" Stroke="Orange" StrokeThickness="3" Opacity=".6" Locations="{Binding MyLocations, Mode=OneWay}" />
</m:MapLayer>
</m:Map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment