当按钮在其他控件下方时,按钮的Loading会在最前面,不会被其他控件挡住 ` <Grid> <Button x:Name="bt" Content="按钮" Width="50" Height="50"/> <TextBlock Background="Pink"/> </Grid>` ` public MainWindow() { InitializeComponent(); Loading.SetIsShow(bt, true); }` <img width="600" height="300" alt="Image" src="https://github.com/user-attachments/assets/8381d850-3c2f-4996-9d5b-1b75a3624d1b" />