Skip to content

Commit

Permalink
Add Padding to LayoutStub
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Jul 20, 2021
1 parent 1435343 commit d6650c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/tests/DeviceTests/Stubs/LayoutStub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ public void Remove(IView child)
{
_children.Remove(child);
}

public Thickness Padding { get; set; }
}
}

0 comments on commit d6650c4

Please sign in to comment.