CastingDevicePickerFilter.SupportsPictures 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 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.