HwndTarget.UsesPerPixelOpacity Property

Definition

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

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

Property Value

true if using per-pixel opacity; otherwise, false.

Attributes

Remarks

If you enable per-pixel opacity, the rendering subsystem no longer draws the non-client area (edge of window).

Applies to

See also