Skip to content

Commit 2ddaae6

Browse files
authored
Update SVGImage.cs
1 parent b04d541 commit 2ddaae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SVGImage/SVG/SVGImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public enum eSizeType
7373
new FrameworkPropertyMetadata(null, OnUriSourceChanged));
7474

7575
public static DependencyProperty SizeTypeProperty = DependencyProperty.Register("SizeType",
76-
typeof(eSizeType), typeof(SVGImage), new FrameworkPropertyMetadata(eSizeType.ContentToSizeStretch,
76+
typeof(eSizeType), typeof(SVGImage), new FrameworkPropertyMetadata(eSizeType.ContentToSizeNoStretch,
7777
FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender,
7878
new PropertyChangedCallback(OnSizeTypeChanged)));
7979

0 commit comments

Comments
 (0)