Property OsdWindow.Visible
Overload
Gets or sets whether the OSD window is visible.
The set
function calls OsdWindow.Show (it creates OSD window if need) or OsdWindow.Hide (it does not destroy the OSD window).
public bool Visible { get; set; }
Gets or sets whether the OSD window is visible.
The set
function calls OsdWindow.Show (it creates OSD window if need) or OsdWindow.Hide (it does not destroy the OSD window).
public bool Visible { get; set; }