ingts
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|
{ |
|
|
|
|