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
| MinCroppedPixelLength | double | Gets or sets the minimum cropped length(in pixel). |
@@ -44,7 +43,6 @@ The [ImageCropper Control](https://docs.microsoft.com/dotnet/api/microsoft.toolk
44
43
| SecondaryThumbStyle | Style | Gets or sets a value for the style to use for the secondary thumbs of the ImageCropper. |
45
44
| ThumbPlacement | ThumbPlacement | Gets or sets a value for thumb placement. |
46
45
47
-
48
46
## Methods
49
47
50
48
| Methods | Return Type | Description |
@@ -54,10 +52,10 @@ The [ImageCropper Control](https://docs.microsoft.com/dotnet/api/microsoft.toolk
54
52
| Reset() | void | Reset the cropped area. |
55
53
| TrySetCroppedRegion(Rect rect) | bool | Tries to set a new value for the cropped region, returns true if it succeeded, false if the region is invalid |
56
54
57
-
58
55
## Examples
59
56
60
57
### Use ImageCropper
58
+
61
59
You can set the cropped image source by using the `LoadImageFromFile(StorageFile)` method or setting the `Source` property.
62
60
63
61
```csharp
@@ -73,7 +71,7 @@ using (var fileStream = await someFile.OpenAsync(FileAccessMode.ReadWrite, Stora
0 commit comments