HwndSource.UsesPerPixelOpacity Property

Definition

Gets a value that declares whether the per-pixel opacity of the source window content is respected.

public:
 property bool UsesPerPixelOpacity { bool get(); };
public bool UsesPerPixelOpacity { [System.Security.SecurityCritical] get; }
public bool UsesPerPixelOpacity { get; }
[<get: System.Security.SecurityCritical>]
member this.UsesPerPixelOpacity : bool
member this.UsesPerPixelOpacity : bool
Public ReadOnly Property UsesPerPixelOpacity As Boolean

Property Value

true if the system uses per-pixel opacity; otherwise, false.

Attributes

Remarks

When you enable per-pixel opacity, the system no longer draws the non-client area. This is because the intended purpose of UsesPerPixelOpacity is to show non-rectangular top-level UI that works in interoperation scenarios. Therefore, showing the rectangular non-client area defeats that purpose.

Applies to