We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b1fd2 commit 635e366Copy full SHA for 635e366
1 file changed
src/components/BootstrapBlazor.ImageCropper/ImageCropperOption.cs
@@ -35,7 +35,7 @@ public class ImageCropperOption
35
/// </summary>
36
/// <remarks>默认情况下,裁剪框具有自由比例。 设置为1, 裁剪区默认正方形</remarks>
37
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
38
- public int? AspectRatio { get; set; }
+ public float? AspectRatio { get; set; }
39
40
/// <summary>
41
/// Re-render the cropper when resizing the window. default tue
0 commit comments