HwndSourceParameters.UsesPerPixelTransparency 属性

定义

获取一个值,该值声明是否遵守源窗口内容的每像素透明度。

public:
 property bool UsesPerPixelTransparency { bool get(); void set(bool value); };
public bool UsesPerPixelTransparency { get; set; }
member this.UsesPerPixelTransparency : bool with get, set
Public Property UsesPerPixelTransparency As Boolean

属性值

如果使用每像素透明度,则为 true;否则为 false

适用于