<Grid> <ToggleButton x:Name="ShowPopup" Content="ShowPopup" VerticalAlignment="Top" HorizontalAlignment="Center"/> <Popup AllowsTransparency="False" PlacementTarget="{Binding ElementName=ShowPopup}" Placement="Relative" IsOpen="{Binding ElementName=ShowPopup, Path=IsChecked}" Opened="Popup_Opened"> <Popup.Child> <Border Background="{x:Null}"> <TextBlock Text="Test"/> </Border> </Popup.Child> </Popup> </Grid>
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.