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 21fb014 commit 21a9785Copy full SHA for 21a9785
Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker/ColorPicker.Properties.cs
@@ -20,7 +20,7 @@ public partial class ColorPicker
20
nameof(CustomPaletteColors),
21
typeof(ObservableCollection<Windows.UI.Color>),
22
typeof(ColorPicker),
23
- new PropertyMetadata(DependencyProperty.UnsetValue));
+ new PropertyMetadata(null));
24
25
/// <summary>
26
/// Gets the list of custom palette colors.
@@ -64,7 +64,7 @@ public int CustomPaletteColumnCount
64
nameof(CustomPalette),
65
typeof(IColorPalette),
66
67
68
69
70
/// Gets or sets the custom color palette.
0 commit comments