Show / Hide Table of Contents

Method SetWindowOpacity

| Edit this page View Source

SetWindowOpacity(Window, byte)

Sets the opacity of a layered window.

Declaration
public static void SetWindowOpacity(this Window window, byte alpha)
Parameters
Type Name Description
Window window

window

byte alpha

Alpha value used to describe the opacity of the layered window. When alpha is 0, the window is completely transparent. When alpha is 255, the window is opaque.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX