Browse Source

fix comments (#18862)

pull/17981/merge
ingts 9 months ago
committed by GitHub
parent
commit
283ef6d53c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/Avalonia.Controls/WrapPanel.cs

4
src/Avalonia.Controls/WrapPanel.cs

@ -84,7 +84,7 @@ namespace Avalonia.Controls
}
/// <summary>
/// Gets or sets the spacing between lines.
/// Gets or sets the spacing between items.
/// </summary>
public double ItemSpacing
{
@ -93,7 +93,7 @@ namespace Avalonia.Controls
}
/// <summary>
/// Gets or sets the spacing between items.
/// Gets or sets the spacing between lines.
/// </summary>
public double LineSpacing
{

Loading…
Cancel
Save