阅读背景:

不透明度未应用于WPF弹出控件

来源:互联网 
Popup popUpControl = new Popup();

popUpControl.PlacementTarget = this; 
popUpControl.StaysOpen = true;
popUpControl.Child = new MyUserControl(); /// my user control 
popUpControl.Opacity = 0.5; // this code has no effect in the appearance of the popup
popUpControl.IsOpen = true;
Popup popUpControl = new Popup();

popUpControl



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: