SceneModeControl.Value 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 the current scene mod ethe capture device is set to.
public:
property CaptureSceneMode Value { CaptureSceneMode get(); };
CaptureSceneMode Value();
public CaptureSceneMode Value { get; }
var captureSceneMode = sceneModeControl.value;
Public ReadOnly Property Value As CaptureSceneMode
Property Value
The scene mode.
Remarks
To set this property, call SetValueAsync.