<esri:Legend.LayerTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <CheckBox x:Name="CheckBoxLayers" Content="{Binding Label}" IsChecked="{Binding IsEnabled, Mode=TwoWay}" IsEnabled="{Binding IsInScaleRange}" Checked="CheckBox_Checked" Unchecked="CheckBox_Unchecked"> </CheckBox> <Slider Maximum="1" Value="{Binding Layer.Opacity, Mode=TwoWay}" Width="50" /> </StackPanel> </DataTemplate> </esri:Legend.LayerTemplate>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.