DigitalWindowControl.SupportedModes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of values from the DigitalWindowMode enumeration indicating the modes supported by the capture device.
public:
property Platform::Array <DigitalWindowMode> ^ SupportedModes { Platform::Array <DigitalWindowMode> ^ get(); };
winrt::array_view <DigitalWindowMode> SupportedModes();
public DigitalWindowMode[] SupportedModes { get; }
var digitalWindowMode[] = digitalWindowControl.supportedModes;
Public ReadOnly Property SupportedModes As DigitalWindowMode()
Property Value
An array of values from the DigitalWindowMode enumeration indicating the modes supported by the capture device.