You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/maui/api-reference/camera-view.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,38 +43,34 @@ The constructor. Create an instance of `CameraView`.
43
43
CameraView();
44
44
```
45
45
46
-
**Return Value**
47
-
48
-
An instance of `CameraView`.
49
-
50
46
### TorchButton
51
47
52
48
The property that defines a torch button. User can click the button to turn on/off the torch. View [`TorchButton`]({{ site.dce_maui_api }}torch-button.html) classfor how more information about how to configure the torch button.
53
49
54
50
```csharp
55
-
TorchButton TorchButton
51
+
TorchButton TorchButton { get; set; }
56
52
```
57
53
58
54
### TorchButtonVisible
59
55
60
56
The property that defines whether the torch button is visible.
61
57
62
58
```csharp
63
-
bool TorchButtonVisible
59
+
boolTorchButtonVisible { get; set; }
64
60
```
65
61
66
62
### ScanRegionMaskVisible
67
63
68
64
The property that defines whether the scan region mask is visible.
69
65
70
66
```csharp
71
-
bool ScanRegionMaskVisible
67
+
boolScanRegionMaskVisible { get; set; }
72
68
```
73
69
74
70
### ScanLaserVisible
75
71
76
72
The property that defines whether the scan laser is visible.
0 commit comments