Skip to content

Commit

Permalink
Added MVVM properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Alonso committed Mar 30, 2023
1 parent 4ee2b57 commit f88e09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Camera.MAUI/CameraView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public bool TakeAutoSnapShot
set { SetValue(TakeAutoSnapShotProperty, value); }
}
/// <summary>
/// Change from false to true refresh SnapShot property
/// If true SnapShot property is refreshed according to the frequency set in the AutoSnapShotSeconds property
/// </summary>
public bool AutoSnapShotAsImageSource
{
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The control has several binding properties for take an snapshot:
/// Change from false to true refresh SnapShot property
public bool TakeAutoSnapShot

/// Change from false to true refresh SnapShot property
/// If true SnapShot property is refreshed according to the frequency set in the AutoSnapShotSeconds property
public bool AutoSnapShotAsImageSource
```

Expand Down

0 comments on commit f88e09b

Please sign in to comment.