Skip to content

Commit abc7223

Browse files
update to internal commit 5d48c3a8
1 parent 1abe5d6 commit abc7223

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

programming/maui/api-reference/camera-view.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,38 +43,34 @@ The constructor. Create an instance of `CameraView`.
4343
CameraView();
4444
```
4545

46-
**Return Value**
47-
48-
An instance of `CameraView`.
49-
5046
### TorchButton
5147

5248
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) class for how more information about how to configure the torch button.
5349

5450
```csharp
55-
TorchButton TorchButton
51+
TorchButton TorchButton { get; set; }
5652
```
5753

5854
### TorchButtonVisible
5955

6056
The property that defines whether the torch button is visible.
6157

6258
```csharp
63-
bool TorchButtonVisible
59+
bool TorchButtonVisible { get; set; }
6460
```
6561

6662
### ScanRegionMaskVisible
6763

6864
The property that defines whether the scan region mask is visible.
6965

7066
```csharp
71-
bool ScanRegionMaskVisible
67+
bool ScanRegionMaskVisible { get; set; }
7268
```
7369

7470
### ScanLaserVisible
7571

7672
The property that defines whether the scan laser is visible.
7773

7874
```csharp
79-
bool ScanLaserVisible
75+
bool ScanLaserVisible { get; set; }
8076
```

0 commit comments

Comments
 (0)