<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>
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.