HwndSourceParameters.UsesPerPixelOpacity Property

Definition

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

C#
public bool UsesPerPixelOpacity { get; set; }

Property Value

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

Remarks

By enabling per-pixel opacity, the system no longer draws the non-client area.

The opacity is used when the window is drawn on the desktop (it represents a final rendering step and does not appear as a contributor to property values such as Opacity).

UsesPerPixelOpacity applies only to top-level windows.

Applies to

Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also