Browse Source

make refresh visualizer PullDirection internal

pull/11089/head
Emmanuel Hansen 3 years ago
parent
commit
2f5586fad0
  1. 2
      src/Avalonia.Controls/PullToRefresh/RefreshVisualizer.cs

2
src/Avalonia.Controls/PullToRefresh/RefreshVisualizer.cs

@ -38,7 +38,7 @@ namespace Avalonia.Controls
/// <summary>
/// Defines the <see cref="PullDirection"/> property.
/// </summary>
public static readonly StyledProperty<PullDirection> PullDirectionProperty =
internal static readonly StyledProperty<PullDirection> PullDirectionProperty =
AvaloniaProperty.Register<RefreshVisualizer, PullDirection>(nameof(PullDirection), PullDirection.TopToBottom);
/// <summary>

Loading…
Cancel
Save