Click or drag to resize

IScreensAll Property

Gets the list of connected screens whose content can be cast to a media receiver.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
IReadOnlyList<Screen> All { get; }

Property Value

Type: IReadOnlyListScreen
The list of connected screens whose content can be cast to a media receiver.
See Also