<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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.