Skip to content

Commit

Permalink
Update DockPanel.Properties.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Poker-sang authored Feb 29, 2024
1 parent d2f4588 commit 2c8f15e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public bool LastChildFill
/// </returns>
public Thickness Padding
{
get => return (Thickness)GetValue(PaddingProperty);
get => (Thickness)GetValue(PaddingProperty);
set => SetValue(PaddingProperty, value);
}

Expand Down

0 comments on commit 2c8f15e

Please sign in to comment.