Share via


DigitalWindowControl.SupportedModes Property

Definition

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.

Applies to