Hii.!!
I want to set Opacity for each layer. Suppose I have 30 layers in my service so I want to give facility for each layer to set opacity using the Slider control. How can I do it dynamically in code behind?
on ValueChanged event of slider I want to set the Opacity for the specific layer.
How to set opacity value of specific layer dynamically?
I have not added any DynamicMapServicelayer or FeatureLayer in XAML. I am adding it dynamically from code behind.