Property OsdWindow.Opacity
Overload
Gets or sets the opacity of the OSD window, from 0 to 1. If 1, completely opaque. If 0, pixels of OsdWindow.TransparentColor are transparent, others opaque. If between 0 and 1, partially transparent.
public double Opacity { get; set; }
Property Value
Remarks
This property can be changed after creating OSD window.