Share via


CastingDevicePickerFilter.SupportsPictures Property

Definition

Gets and sets whether the devices in the device picker should support rending still images.

public:
 property bool SupportsPictures { bool get(); void set(bool value); };
bool SupportsPictures();

void SupportsPictures(bool value);
public bool SupportsPictures { get; set; }
var boolean = castingDevicePickerFilter.supportsPictures;
castingDevicePickerFilter.supportsPictures = boolean;
Public Property SupportsPictures As Boolean

Property Value

Boolean

bool

If true, the picker will show casting devices capable of rendering still images.

Applies to