Style a zoom slider to look similar to Silverlight zoom slider

850
0
10-11-2016 10:08 AM
BrianFoley1
New Contributor II

I'm trying to make a zoom slider look like the zoom slider I have in my Silverlight application. 

The picture on the top is what I currently have, and this is my code to create it :

map = new Map("map", {

        extent: initialExtent,

    smartNavigation: false,

    logo: false,

    showAttribution: false,

    sliderStyle: "large",

        zoom: 14

});

I want the slider to look like what I currently have in a Silverlight application (bottom picture).  Can't seem to figure this out.

 

0 Kudos
0 Replies