Browse Source

typo

pull/7810/head
daniel mayost 4 years ago
parent
commit
8f1720b22c
  1. 3
      src/Avalonia.Controls/Control.cs

3
src/Avalonia.Controls/Control.cs

@ -146,8 +146,7 @@ namespace Avalonia.Controls
/// <remarks>
/// Related to FlowDirection system and returns false as default, so if
/// <see cref="FlowDirection"/> is RTL then control will get a mirror presentation.
/// For controls that want to avoid mirror presentation, it is possible to override
/// this property and return true.
/// For controls that want to avoid this behavior, override this property and return true.
/// </remarks>
protected virtual bool BypassFlowDirectionPolicies => false;

Loading…
Cancel
Save