Skip to content

Commit d509455

Browse files
committed
UIElementExtensions: ClibToBounds defualt UnsetValue -> null
1 parent 7e2d8a8 commit d509455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/UIElementExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class UIElementExtensions
2020
"ClipToBounds",
2121
typeof(bool),
2222
typeof(UIElementExtensions),
23-
new PropertyMetadata(DependencyProperty.UnsetValue, OnClipToBoundsPropertyChanged));
23+
new PropertyMetadata(null, OnClipToBoundsPropertyChanged));
2424

2525
/// <summary>
2626
/// Gets the value of <see cref="ClipToBoundsProperty"/>

0 commit comments

Comments
 (0)