Skip to content

Commit

Permalink
fix(gradient): Removed [NotImplemented] on BrushMappingMode.
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly committed May 7, 2020
1 parent 57ae7c5 commit 7f3c53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/Media/BrushMappingMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Windows.UI.Xaml.Media
{
public enum BrushMappingMode
{
[Uno.NotImplemented]
Absolute,

RelativeToBoundingBox,
Expand Down

0 comments on commit 7f3c53c

Please sign in to comment.