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 7e2d8a8 commit d509455Copy full SHA for d509455
Microsoft.Toolkit.Uwp.UI/Extensions/UIElementExtensions.cs
@@ -20,7 +20,7 @@ public static class UIElementExtensions
20
"ClipToBounds",
21
typeof(bool),
22
typeof(UIElementExtensions),
23
- new PropertyMetadata(DependencyProperty.UnsetValue, OnClipToBoundsPropertyChanged));
+ new PropertyMetadata(null, OnClipToBoundsPropertyChanged));
24
25
/// <summary>
26
/// Gets the value of <see cref="ClipToBoundsProperty"/>
0 commit comments