diff --git a/Camera.MAUI/CameraView.cs b/Camera.MAUI/CameraView.cs index b02db52..1443380 100644 --- a/Camera.MAUI/CameraView.cs +++ b/Camera.MAUI/CameraView.cs @@ -176,7 +176,7 @@ public bool TakeAutoSnapShot set { SetValue(TakeAutoSnapShotProperty, value); } } /// - /// 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 { diff --git a/Readme.md b/Readme.md index f2c3c4d..34f8ecc 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```